diff --git a/.config/sway/config.d/exec b/.config/sway/config.d/exec index 4425f93..0bb42fb 100644 --- a/.config/sway/config.d/exec +++ b/.config/sway/config.d/exec @@ -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 diff --git a/.config/sway/scripts/logout.sh b/.config/sway/scripts/logout.sh index 46525b8..b8daec3 100755 --- a/.config/sway/scripts/logout.sh +++ b/.config/sway/scripts/logout.sh @@ -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 \ diff --git a/.config/sway/scripts/themes.sh b/.config/sway/scripts/themes.sh index f291906..bb3bc42 100755 --- a/.config/sway/scripts/themes.sh +++ b/.config/sway/scripts/themes.sh @@ -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 diff --git a/.config/waybar/style.css b/.config/waybar/style.css index b171b06..e3d1c8c 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -45,7 +45,7 @@ window#waybar { } #clock { - color: @magenta; + color: @cyan; } #battery {