wip: dnsc-machine setup
This commit is contained in:
parent
66733518a3
commit
071571e94f
1 changed files with 6 additions and 5 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue