Browse Source

Merge pull request #91 from JaKooLit/Development

Development
pull/93/head^2
Ja.KooLit 2 years ago committed by GitHub
parent
commit
4c6776cab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/hypr/initial-boot.sh
  2. 4
      config/waybar/modules

2
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" ln -sf "$waybar_style" "$HOME/.config/waybar/style.css"
# Initial scripts to load in order to have a proper wallpaper waybar and pywal themes # 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. # Refreshing waybar, dunst, rofi etc.
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 & "$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &

4
config/waybar/modules

@ -201,7 +201,7 @@
"tooltip": true, "tooltip": true,
"tooltip-format": "{timeTo} {power}w", "tooltip-format": "{timeTo} {power}w",
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
"on-click-right": "~/.config/hypr/scripts/RofiPower.sh", "on-click": "~/.config/hypr/scripts/Wlogout.sh",
}, },
"bluetooth": { "bluetooth": {
@ -697,7 +697,7 @@
"custom/power_vertical": { "custom/power_vertical": {
"format": "⏻", "format": "⏻",
"tooltip": false, "tooltip": false,
"on-click": "~/.config/hypr/scripts/RofiPower.sh", "on-click": "~/.config/hypr/scripts/Wlogout.sh",
"on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
}, },

Loading…
Cancel
Save