diff options
-rw-r--r-- | .config/waybar/config.json | 9 | ||||
-rw-r--r-- | .config/waybar/style.css | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/.config/waybar/config.json b/.config/waybar/config.json index fad14d4..5819891 100644 --- a/.config/waybar/config.json +++ b/.config/waybar/config.json @@ -8,7 +8,6 @@ "hyprland/window" ], "modules-right": [ - "custom/test", "custom/recording", "custom/tasks", "custom/music", @@ -33,14 +32,6 @@ "format": "{icon}" }, - "custom/test" : { - "tooltip": false, - "format": "{}", - "signal": 101, - "exec" : "/home/awy/test.sh", - "return-type": "json" - }, - "custom/recording" : { "tooltip": false, "format": "{}", diff --git a/.config/waybar/style.css b/.config/waybar/style.css index d429eba..703ce7f 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -62,6 +62,7 @@ window#waybar { } #custom-packages { + color: @pink; padding-right: 10px; } @@ -106,6 +107,7 @@ window#waybar { } #custom-mailbox { + color: @yellow; padding-right: 10px; } |