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; };
|
||||
y = { fraction = 0.3; };
|
||||
width = { fraction = 0.3; };
|
||||
hideIcons = false;
|
||||
hideIcons = true;
|
||||
ignoreExclusiveZones = false;
|
||||
layer = "overlay";
|
||||
hidePluginInfo = false;
|
||||
|
|
@ -24,10 +24,11 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Inline comments are supported for language injection into
|
||||
# multi-line strings with Treesitter! (Depends on your editor)
|
||||
# extraCss = /*css */ ''
|
||||
# '';
|
||||
extraCss = /*css */ ''
|
||||
GtkWindow {
|
||||
background: transparent;
|
||||
}
|
||||
'';
|
||||
|
||||
# extraConfigFiles."some-plugin.ron".text = ''
|
||||
# Config(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue