aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/config.jsonc10
-rw-r--r--.config/waybar/gruvbox.css10
2 files changed, 15 insertions, 5 deletions
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;