add polkit and attempt to autostart swaybg in niri

This commit is contained in:
2025-12-02 08:48:55 -07:00
parent 1beb97c222
commit 65242cd03a
11 changed files with 96 additions and 52 deletions

View File

@@ -39,6 +39,7 @@ button:hover {
opacity: 0.8;
}
#workspaces button,
#tags button {
padding: 0 5px;
background-color: transparent;
@@ -46,12 +47,14 @@ button:hover {
margin: 3px;
}
#workspaces button.active,
#tags button.occupied {
background: #d3c6aa;
border: 1px solid #2b3339;
color: #2b3339;
}
#workspaces button.focused,
#tags button.focused {
background-color: #7fbbb3;
color: #2b3339;
@@ -83,6 +86,7 @@ button:hover {
margin: 0 8px;
}
#backlight {
background-color: transparent;
/* border-bottom: 3px solid #7fbbb3; */