attempted to style anyrun, but the box remains a bright white eyesore
This commit is contained in:
parent
40e598fd08
commit
edb4b8ca93
1 changed files with 15 additions and 10 deletions
|
@ -269,23 +269,28 @@
|
||||||
ignoreExclusiveZones = false;
|
ignoreExclusiveZones = false;
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
hidePluginInfo = false;
|
hidePluginInfo = false;
|
||||||
closeOnClick = false;
|
closeOnClick = true;
|
||||||
showResultsImmediately = false;
|
showResultsImmediately = false;
|
||||||
maxEntries = null;
|
maxEntries = null;
|
||||||
};
|
};
|
||||||
extraCss = ''
|
extraCss = ''
|
||||||
.some_class {
|
#window {
|
||||||
background: red;
|
background: transparent;
|
||||||
|
}
|
||||||
|
#main {
|
||||||
|
background-color: grey;
|
||||||
|
text-color: white;
|
||||||
|
outline-color: black;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
extraConfigFiles."some-plugin.ron".text = ''
|
# extraConfigFiles."some-plugin.ron".text = ''
|
||||||
Config(
|
# Config(
|
||||||
// for any other plugin
|
# // for any other plugin
|
||||||
// this file will be put in ~/.config/anyrun/some-plugin.ron
|
# // this file will be put in ~/.config/anyrun/some-plugin.ron
|
||||||
// refer to docs of xdg.configFile for available options
|
# // refer to docs of xdg.configFile for available options
|
||||||
)
|
# )
|
||||||
'';
|
# '';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.blueman-applet.enable = true;
|
services.blueman-applet.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue