mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2025-12-29 05:10:22 +01:00
style: restore waybar layout and add active highlight styling for niri workspaces
This commit is contained in:
@@ -20,7 +20,7 @@ in
|
||||
{
|
||||
"height": 36,
|
||||
"spacing": 2,
|
||||
"modules-left": [ "custom/overview", "custom/launcher", "sway/workspaces","niri/workspaces"],
|
||||
"modules-left": ["custom/overview", "custom/launcher", "sway/workspaces", "niri/workspaces"],
|
||||
"modules-center": ["niri/window"],
|
||||
"modules-right": [
|
||||
"idle_inhibitor","backlight","pulseaudio","keyboard-state",
|
||||
@@ -247,6 +247,11 @@ in
|
||||
background-color: ${toRGBA palette.base08 "0.7"};
|
||||
}
|
||||
|
||||
/* Active workspace buttons */
|
||||
#sway-workspaces button.active,#niri-workspaces button.active {
|
||||
background-color: ${toRGBA palette.base02 "0.7"};
|
||||
}
|
||||
|
||||
/* Right‐hand text color */
|
||||
#clock,#battery,#cpu,#memory,#temperature,#backlight,
|
||||
#network,#pulseaudio,#tray,#power-profiles-daemon,#custom-power {
|
||||
|
||||
Reference in New Issue
Block a user