mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-25 04:11:49 +08:00
Theming update
This commit is contained in:
parent
49314103c8
commit
d472984aa0
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -45,7 +45,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: @magenta;
|
||||
color: @cyan;
|
||||
}
|
||||
|
||||
#battery {
|
||||
|
Loading…
Reference in New Issue
Block a user