summaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-23 19:31:22 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-23 19:31:22 +0700
commit9d11eefc53441e1f5688545b4b827f7c8dd5090d (patch)
tree5e695b58b7403a9ac82c700d6ca11fdf5328abef /.config/waybar
parented3e8f6ec6929327ab19e512ffb0d8ece12ed5a8 (diff)
reorganize directories, so everything in .config
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/config.jsonc7
-rw-r--r--.config/waybar/style.css2
2 files changed, 4 insertions, 5 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"
}
}
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;