diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-23 19:31:22 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-23 19:31:22 +0700 |
| commit | 9d11eefc53441e1f5688545b4b827f7c8dd5090d (patch) | |
| tree | 5e695b58b7403a9ac82c700d6ca11fdf5328abef /.config/waybar/config.jsonc | |
| parent | ed3e8f6ec6929327ab19e512ffb0d8ece12ed5a8 (diff) | |
reorganize directories, so everything in .config
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 7 |
1 files changed, 3 insertions, 4 deletions
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" } } |
