From 9d11eefc53441e1f5688545b4b827f7c8dd5090d Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 23 Aug 2026 19:31:22 +0700 Subject: reorganize directories, so everything in .config --- .config/waybar/config.jsonc | 7 +++---- .config/waybar/style.css | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to '.config/waybar') diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index c20a95c..3ee4c2c 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -65,7 +65,7 @@ } }, "custom/kbd": { - "exec": "/home/seraphim/dotfiles-gentoo/waybar/.config/waybar/kbd-layout.sh", + "exec": "/home/seraphim/dotfiles-gentoo/.config/waybar/kbd-layout.sh", "tooltip": false }, "custom/clock": { @@ -102,11 +102,10 @@ "spacing": 3 }, "custom/analyze-theme": { - "exec": "node /home/seraphim/dotfiles-gentoo/waybar/.config/waybar/custom/analyze-theme.js", + "exec": "node /home/seraphim/dotfiles-gentoo/.config/waybar/custom/analyze-theme.js", "interval": 5, "tooltip": true, "format": "{}", - "return-type": "json", - "on-click": "sh -c '~/.config/niri/apply-colors.sh \"$(find ~/Pictures/wallpapers -type f | shuf -n 1)\"'" + "return-type": "json" } } diff --git a/.config/waybar/style.css b/.config/waybar/style.css index cf8dbee..ac5d447 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,4 +1,4 @@ -@import "/home/seraphim/dotfiles-gentoo/waybar/.config/waybar/theme.css"; +@import "/home/seraphim/dotfiles-gentoo/.config/waybar/theme.css"; @define-color bg @background; @define-color fg @foreground; -- cgit v1.2.3