diff options
Diffstat (limited to 'config/waybar')
-rw-r--r-- | config/waybar/config.jsonc | 3 | ||||
-rw-r--r-- | config/waybar/style.css | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 0c2ad01..5726dd0 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -1,4 +1,5 @@ { + // TODO gpu "ipc": true, "reload_style_on_change": true, "modules-left": ["sway/language", "sway/workspaces", "sway/mode", "privacy", "systemd-failed-units"], @@ -14,7 +15,7 @@ "group/hardware": { "orientation": "horizontal", "modules": [ - /*"battery", "backlight", "bluetooth", */ + //"battery", "backlight", "bluetooth", "temperature" ], "drawer": { } diff --git a/config/waybar/style.css b/config/waybar/style.css index aeb1ce4..98ea2c9 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -236,8 +236,7 @@ background: @mode; } -#wireplumber { /* Unsused but kept for those who needs it */ - background: @nord_bg_blue; +#wireplumber { color: #D8DEE9; min-width: 1em; padding: 0px 0.6em 0px 0.4em; |