Theming update

This commit is contained in:
Ryan 2023-07-16 16:15:24 +08:00
parent 49314103c8
commit d472984aa0
Signed by: juan
GPG Key ID: 807ECD28A698D245
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
##starting userspace software
# exec_always sh -c ~/.config/sway/scripts/update-wallpaper.sh
exec mkfifo /tmp/kitty
exec wlsunset -l 30.4 -L 104.0 -T 6500 -t 3500
exec wlsunset -s 19:00 -S 07:00
exec light -S 70
# exec gentoo-pipewire-launcher
exec swaync

View File

@ -1,6 +1,6 @@
#!/bin/sh
choice=`echo -e "suspend\nshutdown\npoweroff\nreboot\nlock\nhibernate" | wofi -d -Oalphabetical`
choice=`echo -e "suspend\nshutdown\npoweroff\nreboot\nlock" | wofi -d --prompt "󰚥 Choose power option" -Oalphabetical`
if test "$choice" = lock ; then
bright=`light`
swayidle -w \

View File

@ -1,4 +1,4 @@
scheme=$(echo -e "light\ndark" | wofi -d -p "Select color scheme")
scheme=$(echo -e "light\ndark" | wofi -d -p "󰔎 Select color scheme")
# simply subsitude dark and light
if [ $scheme = "light" ]; then

View File

@ -45,7 +45,7 @@ window#waybar {
}
#clock {
color: @magenta;
color: @cyan;
}
#battery {