From 2e0c596259de318a86ce57f82c52cf268099a7de Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 19 Nov 2025 20:06:15 +0300 Subject: yes --- .config/waybar/config.jsonc | 10 +++++----- .config/waybar/gruvbox.css | 10 ++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 .config/waybar/gruvbox.css (limited to '.config/waybar') diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 2fa2286..e73c267 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -35,12 +35,12 @@ "all-outputs": true, "on-click": "activate", "format": "{icon}", - "format-icons": { - "8": "󰇮", - "9": "" - }, + // "format-icons": { + // "8": "󰇮", + // "9": "" + // }, "persistent-workspaces": { - "*": [ 1, 2, 3, 4, 8, 9 ] + "*": [ 1, 2, 3, 4 ] } }, "custom/icon": { diff --git a/.config/waybar/gruvbox.css b/.config/waybar/gruvbox.css new file mode 100644 index 0000000..e533ab4 --- /dev/null +++ b/.config/waybar/gruvbox.css @@ -0,0 +1,10 @@ +@define-color text #ebdbb2; +@define-color activebg #504945; +@define-color bg #282828; +@define-color red #E67E80; +@define-color orange #E69875; +@define-color yellow #DBBC7F; +@define-color green #A7C080; +@define-color blue #7FBBB3; +@define-color purple #D699B6; +@define-color aqua #83C092; -- cgit v1.2.3