From b7dc7aa25dbc75ae4366bec50e281c5e7f8546eb Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 30 Nov 2023 11:06:34 +0900 Subject: edited copy.sh as Simple-L [TOP] as default waybar --- config/waybar/configs/Simple-L [TOP] | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/waybar') 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", -- cgit v1.2.3 From 7e706748ef1ed9e714c26aaf24ec160558cf77a1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 30 Nov 2023 12:34:14 +0900 Subject: change color of the penguin :) --- config/waybar/modules | 2 +- config/waybar/style/Chroma Tally.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/waybar') 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; -- cgit v1.2.3