mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 11:51:50 +08:00
Update wallpaper stuff
This commit is contained in:
parent
f48d7e7fb5
commit
1cac4b335d
@ -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/*
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user