sway: change text color for swaylock

This commit is contained in:
Peter Cai 2022-03-26 15:53:03 -04:00
parent 0eca5f5874
commit 14102d9537

View file

@ -224,7 +224,7 @@ include /home/peter/.config/sway/local.d/*
output "*" bg $wallpaper fill output "*" bg $wallpaper fill
bindsym Ctrl+Mod1+l exec swaylock -i $wallpaper --clock --fade-in 1 --indicator --indicator-thickness 6 --ring-color ebdbb2 --inside-color 00000055 --key-hl-color 4d4d4d --line-uses-ring --separator-color 00000000 --text-color ffffff --timestr "%H:%M" bindsym Ctrl+Mod1+l exec swaylock -i $wallpaper --clock --fade-in 1 --indicator --indicator-thickness 6 --ring-color ebdbb2 --inside-color 00000055 --key-hl-color 4d4d4d --line-uses-ring --separator-color 00000000 --text-color ebdbb2 --timestr "%H:%M"
bindsym $mod+x exec bemenu-run | xargs swaymsg exec -- bindsym $mod+x exec bemenu-run | xargs swaymsg exec --
bindsym Print exec grimshot --notify save area bindsym Print exec grimshot --notify save area