From f4ce2f15cbde980fce73c7f6743da0462d19268e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 22 Dec 2023 23:17:46 +0900 Subject: [PATCH 1/2] corrected the rofi power in waybar modules --- config/waybar/modules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index 624755c..3e7682d 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", }, From 6223302237f55d0055d4570f5116b38972cf2dca Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 22 Dec 2023 23:20:27 +0900 Subject: [PATCH 2/2] updated initial boot --- config/hypr/initial-boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index d3b4d09..fe568b7 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 &