diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-19 20:21:44 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-19 20:21:44 +0000 |
| commit | e11cce45203870783c7acd1fc3a5ad34f4a617ee (patch) | |
| tree | af38f8fc4f8c834a549d6002db83755625019173 /dotfiles | |
| parent | upgraded nixos (diff) | |
fixed popup theme
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/waybar/config.jsonc | 4 | ||||
| -rw-r--r-- | dotfiles/waybar/style.css | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dotfiles/waybar/config.jsonc b/dotfiles/waybar/config.jsonc index 99d253c..9e90083 100644 --- a/dotfiles/waybar/config.jsonc +++ b/dotfiles/waybar/config.jsonc @@ -9,7 +9,8 @@ "reload_style_on_change": true, // Choose the order of the modules "modules-left": [ - "wlr/taskbar", + // "wlr/taskbar", + "tray" ], "modules-center": [ "clock", @@ -20,7 +21,6 @@ "bluetooth", "battery", "custom/languages", - "tray", "custom/power" ], // Modules configuration diff --git a/dotfiles/waybar/style.css b/dotfiles/waybar/style.css index 2c6a482..2e94a94 100644 --- a/dotfiles/waybar/style.css +++ b/dotfiles/waybar/style.css @@ -175,7 +175,7 @@ button:hover { menu { padding: 5px 0; - background-color: @bg-color; + background-color: @background-color; color: @text-color; border-radius: 5px; } @@ -189,3 +189,10 @@ menuitem:hover { background-color: @hover-color; color: @dark-text-color; } + +tooltip { + padding: 5px 0; + background-color: @background-color; + color: @text-color; + border-radius: 5px; +} |
