summaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
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;