attempted to style anyrun, but the box remains a bright white eyesore

This commit is contained in:
Gabriella Bere 2024-08-24 13:56:02 +01:00
parent 40e598fd08
commit edb4b8ca93

View file

@ -269,23 +269,28 @@
ignoreExclusiveZones = false;
layer = "overlay";
hidePluginInfo = false;
closeOnClick = false;
closeOnClick = true;
showResultsImmediately = false;
maxEntries = null;
};
extraCss = ''
.some_class {
background: red;
#window {
background: transparent;
}
#main {
background-color: grey;
text-color: white;
outline-color: black;
}
'';
extraConfigFiles."some-plugin.ron".text = ''
Config(
// for any other plugin
// this file will be put in ~/.config/anyrun/some-plugin.ron
// refer to docs of xdg.configFile for available options
)
'';
# extraConfigFiles."some-plugin.ron".text = ''
# Config(
# // for any other plugin
# // this file will be put in ~/.config/anyrun/some-plugin.ron
# // refer to docs of xdg.configFile for available options
# )
# '';
};
services.blueman-applet.enable = true;