mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
waybar: Change color if fullscreen
This commit is contained in:
parent
3283aebbd8
commit
82739571c6
@ -10,6 +10,7 @@
|
||||
spacing = 8;
|
||||
|
||||
modules-left = [ "wlr/workspaces" "custom/new-workspace" ];
|
||||
modules-center = [ "hyprland/window" ];
|
||||
modules-right = [ "tray" "wireplumber" "backlight" "battery" "clock" ];
|
||||
|
||||
tray = {
|
||||
@ -107,6 +108,10 @@
|
||||
border-left: 1px solid alpha(@base02, 0.67);
|
||||
}
|
||||
|
||||
window#waybar.fullscreen #workspaces button.active {
|
||||
background: alpha(@base09, 0.5);
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 12px 0;
|
||||
border-radius: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user