update: swww -> awww & small tuning before the bigger update
This commit is contained in:
@@ -29,4 +29,3 @@ foreground = "#C0CAF5"
|
||||
background = "#20212C6A"
|
||||
foreground = "#C0CAF5"
|
||||
frame_color = "#F38BA8"
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-gtk
|
||||
|
||||
exec-once = uwsm app -- hypridle
|
||||
|
||||
exec-once = uwsm app -- swww-daemon
|
||||
exec-once = uwsm app -- swww img "$WALLPAPER"
|
||||
exec-once = uwsm app -- awww-daemon
|
||||
exec-once = uwsm app -- awww img "$WALLPAPER"
|
||||
|
||||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- dunst
|
||||
|
||||
@@ -21,7 +21,7 @@ bind = $mainMod SHIFT, T, layoutmsg, swapsplit
|
||||
# apps binds
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, E, exec, thunar
|
||||
bind = $mainMod, R, exec, rofi -show drun
|
||||
bind = $mainMod, R, exec, rofi -show drun -no-history -matching prefix -drun-match-fields name -no-tokenize
|
||||
bind = $mainMod SHIFT, R, exec, .config/rofi/network-manager/run-manager.sh
|
||||
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
X_POS=$(awk "BEGIN {srand(); print rand()}")
|
||||
Y_POS=$(awk "BEGIN {srand(); print rand()}")
|
||||
|
||||
swww img $WALLPAPER --transition-type grow --transition-pos "$X_POS, $Y_POS" --transition-fps 60
|
||||
awww img $WALLPAPER --transition-type grow --transition-pos "$X_POS, $Y_POS" --transition-fps 60
|
||||
@@ -4,6 +4,6 @@ check=$(hyprctl monitors | awk '/HDMI-A-1/{print $1}' | tr -d '\n')
|
||||
|
||||
if [ $check != '' ]; then
|
||||
hyprctl keyword monitor "eDP-1, disable"
|
||||
swww kill
|
||||
uwsm app -- swww-daemon
|
||||
awww kill
|
||||
uwsm app -- awww-daemon
|
||||
fi
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"smooth-scrolling-threshold": 1,
|
||||
"on-scroll-down": "brightnessctl --class='backlight' set 5%+",
|
||||
"on-scroll-up": "brightnessctl --class='backlight' set 5%-",
|
||||
"on-click": "python $HOME/.config/hypr/scripts/swww.py",
|
||||
"on-click": "python $HOME/.config/hypr/scripts/awww.py",
|
||||
"tooltip-format": "{percent}%",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user