summaryrefslogtreecommitdiff
path: root/.config/waybar/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r--.config/waybar/config.jsonc7
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"
}
}