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; */

View File

@@ -15,10 +15,12 @@
#
modules-left = [
"river/tags"
"niri/workspaces"
];
modules-center = [
"custom/currents"
"river/window"
"niri/window"
];
modules-right = [
"pulseaudio"
@@ -74,11 +76,20 @@
hide-vacant = true;
};
"niri/workspaces" = {
format = "{index}";
};
"river/window" = {
format = "{}";
max-length = 20;
};
"niri/window" = {
format = "{}";
max-length = 20;
};
"tray" = {
icon-size = 21;
spacing = 10;