Fix folder paths, set Tower back to stable, remove Nix channels for system for now

This commit is contained in:
Bun 2025-05-11 01:48:37 -04:00
parent f8ba0f4514
commit f8cbfda048
12 changed files with 42 additions and 39 deletions

View file

@ -352,6 +352,16 @@
border-bottom: 3px solid transparent;
min-width: 20px;
}
#scratchpad, #privacy {
margin-left: 4px;
}
#mpris, #custom-notifs, #idle_inhibitor, #custom-weather, #cpu, #memory, #custom-vram, #backlight, #battery {
margin: 0 5px 0 2px;
}
#pulseaudio {
margin-right: 5px;
}
#workspaces button.visible, #workspaces button.active {
border-bottom: 3px solid #${config.look.colors.prime};
background: #${config.look.colors.mid};
@ -363,23 +373,6 @@
box-shadow: none;
background: #${config.look.colors.light};
}
#scratchpad, #privacy {
margin-left: 4px;
}
#mpris, #custom-notifs, #idle_inhibitor, #custom-weather, #cpu, #memory, #custom-vram, #backlight, #battery {
margin: 0 5px 0 2px;
}
#pulseaudio {
margin-right: 5px;
}
#mpris.paused, #custom-notifs.disabled, #idle_inhibitor.deactivated {
color: #888;
}
#pulseaudio.muted, #network.disconnected, #bluetooth.off {
color: #424242;
}
#mpris {
border-bottom: 3px solid #ffb066;
}
@ -411,6 +404,13 @@
border-bottom: 3px solid #0a6cf5;
margin: 0 2px 0 2px;
}
#mpris.paused, #custom-notifs.disabled, #idle_inhibitor.deactivated {
color: #888;
}
#pulseaudio.muted, #network.disconnected, #bluetooth.off {
color: #424242;
}
'';
};
}