diff --git a/.config/sway/config b/.config/sway/config index b423b59..ae4d1bc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -5,7 +5,6 @@ set $up k set $right l set $term kitty set $menu wofi | xargs swaymsg exec -- -output * bg $(find ~/Pictures/Wallpapers/ -type f | shuf -n1) fill ###CUSTOMIZATION START### @@ -55,7 +54,7 @@ bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > $SWAYS bindsym XF86MonBrightnessDown exec light -U 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob bindsym XF86AudioPause exec 'playerctl pause' -binsdym XF86AudioStop exec 'playerctl stop' +bindsym XF86AudioStop exec 'playerctl stop' bindsym XF86AudioNext exec 'playerctl next' bindsym XF86AudioPrev exec 'playerctl previous' @@ -165,4 +164,5 @@ bindsym $mod+0 scratchpad show bar swaybar_command waybar +output * bg $(find ~/Pictures/Wallpapers/ -type f | shuf -n1) fill include /etc/sway/config.d/* diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 853ef8b..dd7d3a2 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -62,7 +62,7 @@ window#waybar { #battery.critical:not(.charging) { background-color: #e98989; animation-name: blink; - animation-duration: 0.5s; + animation-duration: 1.0s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate;