aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-12-22 23:44:10 +0900
committerGitHub <noreply@github.com>2023-12-22 23:44:10 +0900
commit4c6776cab0122ffc97acb497be309211393da3d7 (patch)
treeaa809d61ee79bffd9fe4c75ccdf99a9bbe9fab4e
parentef5c9edfaad72ec9ef52a69d7cbc9c36838446ba (diff)
parentfc9c3f6e073cacb89d5bd9cda26ef8da2e82b03a (diff)
Merge pull request #91 from JaKooLit/Development
Development
-rwxr-xr-xconfig/hypr/initial-boot.sh2
-rw-r--r--config/waybar/modules6
2 files changed, 4 insertions, 4 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh
index d3b4d098..fe568b7a 100755
--- a/config/hypr/initial-boot.sh
+++ b/config/hypr/initial-boot.sh
@@ -28,7 +28,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
ln -sf "$waybar_style" "$HOME/.config/waybar/style.css"
# Initial scripts to load in order to have a proper wallpaper waybar and pywal themes
- swww query && $swww "$wallpaper" $effect
+ swww query || swww init && $swww "$wallpaper" $effect
# Refreshing waybar, dunst, rofi etc.
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &
diff --git a/config/waybar/modules b/config/waybar/modules
index 624755cc..3e7682dc 100644
--- a/config/waybar/modules
+++ b/config/waybar/modules
@@ -201,7 +201,7 @@
"tooltip": true,
"tooltip-format": "{timeTo} {power}w",
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
- "on-click-right": "~/.config/hypr/scripts/RofiPower.sh",
+ "on-click": "~/.config/hypr/scripts/Wlogout.sh",
},
"bluetooth": {
@@ -539,7 +539,7 @@
"custom/power": {
"format": "⏻ ",
"tooltip": false,
- "on-click": "~/.config/hypr/scripts/Wlogout.sh",
+ "on-click": "~/.config/hypr/scripts/Wlogout.sh",
"on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
},
@@ -697,7 +697,7 @@
"custom/power_vertical": {
"format": "⏻",
"tooltip": false,
- "on-click": "~/.config/hypr/scripts/RofiPower.sh",
+ "on-click": "~/.config/hypr/scripts/Wlogout.sh",
"on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
},
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage