diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-30 17:08:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-30 17:08:25 +0900 |
| commit | 592ce2027056eded49968619c21b2c54f1b1f0f9 (patch) | |
| tree | 4703c60fd0776eadec65f5ed38f27f69824ef9ed /config/waybar | |
| parent | 50bb988ed64c9962f350d07ef1914e1111b3d97a (diff) | |
| parent | f9f437f20a69f3fc8031f0b0ae9deaf6fc91e59f (diff) | |
Merge pull request #45 from JaKooLit/v2.1.12
V2.1.12 preliminary v2.1.12 changes
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/configs/Simple-L [TOP] | 2 | ||||
| -rw-r--r-- | config/waybar/modules | 2 | ||||
| -rw-r--r-- | config/waybar/style/Chroma Tally.css | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/config/waybar/configs/Simple-L [TOP] b/config/waybar/configs/Simple-L [TOP] index 8c331e3f..b1e096e6 100644 --- a/config/waybar/configs/Simple-L [TOP] +++ b/config/waybar/configs/Simple-L [TOP] @@ -18,6 +18,8 @@ "modules-left": [ "custom/menu", + "custom/separator#blank_2", + "custom/keybinds", "custom/separator#blank_2", "hyprland/workspaces#pacman", "custom/separator#blank_2", diff --git a/config/waybar/modules b/config/waybar/modules index b7778f40..0cd22468 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -473,7 +473,7 @@ }, "custom/menu": { - "format": "", + "format": "", "tooltip": false, "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser", "on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh", diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css index 79753b93..04b68dc8 100644 --- a/config/waybar/style/Chroma Tally.css +++ b/config/waybar/style/Chroma Tally.css @@ -189,7 +189,7 @@ window#waybar { } #custom-menu { - color: @color2; + color: yellow; } #custom-power{ color: #eba0ac; |
