mainly styling things

This commit is contained in:
xunuwu 2024-10-30 09:13:46 +01:00
parent 06397e1f66
commit 48f90b854a
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
16 changed files with 379 additions and 149 deletions

View file

@ -53,9 +53,9 @@
'';
config = {
modifier = "Mod4";
output = {
"*".bg = "${config.xdg.userDirs.pictures}/wallpaper fill";
};
# output = {
# "*".bg = "${config.xdg.userDirs.pictures}/wallpaper fill";
# };
input = {
"*".xkb_layout = osConfig.services.xserver.xkb.layout;
};

View file

@ -42,10 +42,6 @@
padding: 0 5px;
}
#workspaces button.visible {
box-shadow: inset 0 -3px black;
}
#workspaces button.urgent {
box-shadow: inset 0 -3px blue;
}