wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 23:50:19 +01:00
parent 66733518a3
commit 071571e94f

View file

@ -7,7 +7,7 @@
x = { fraction = 0.5; }; x = { fraction = 0.5; };
y = { fraction = 0.3; }; y = { fraction = 0.3; };
width = { fraction = 0.3; }; width = { fraction = 0.3; };
hideIcons = false; hideIcons = true;
ignoreExclusiveZones = false; ignoreExclusiveZones = false;
layer = "overlay"; layer = "overlay";
hidePluginInfo = false; hidePluginInfo = false;
@ -24,10 +24,11 @@
]; ];
}; };
# Inline comments are supported for language injection into extraCss = /*css */ ''
# multi-line strings with Treesitter! (Depends on your editor) GtkWindow {
# extraCss = /*css */ '' background: transparent;
# ''; }
'';
# extraConfigFiles."some-plugin.ron".text = '' # extraConfigFiles."some-plugin.ron".text = ''
# Config( # Config(