added sway

This commit is contained in:
iceyrazor 2025-07-25 17:06:31 -05:00
parent fd711f8775
commit 5e19bfec78
4 changed files with 95 additions and 11 deletions

7
setwll
View File

@ -65,6 +65,12 @@ fi
if [ "$WAYLAND_DISPLAY" ]; then
if [ "$XDG_CURRENT_DESKTOP" == "sway:wlroots" ]; then
PID=$(pidof swaybg)
swaybg -o HDMI-A-1 -i $primary -m fill -o DP-1 -i $secondary -m fill & disown
sleep 0.4s
kill $PID
else
current_wal="$(hyprctl hyprpaper listactive | grep HDMI-A-1 | sed 's/HDMI-A-1 = //')"
hyprctl hyprpaper preload $primary
hyprctl hyprpaper wallpaper "HDMI-A-1,$primary"
@ -78,6 +84,7 @@ if [ "$WAYLAND_DISPLAY" ]; then
if [ $unload == 1 ]; then
hyprctl hyprpaper unload "$current_wal"
fi
fi
else
if [ -z "$1" ]; then
nitrogen --head=0 --set-zoom-fill $primary

View File

@ -33,6 +33,11 @@ printf "* {
border-radius: 5px;
}
#workspaces button.focused {
color: $color14;
border-radius: 5px;
}
button {
background: transparent;
}

36
themes/forest2.sh Executable file
View File

@ -0,0 +1,36 @@
# Shell variables
# Generated by 'wal'
wallpaper='/home/iceyrazor/stuff/media/wallpapers/forest-wallhaven-md3r6y.jpg'
# Special
background='#0F0E0C'
foreground='#c5aaa2'
cursor='#c5aaa2'
# Colors
color0='#0F0E0C'
color1='#51342D'
color2='#44453F'
color3='#575355'
color4='#94370A'
color5='#A74914'
color6='#E0570D'
color7='#c5aaa2'
color8='#897671'
color9='#51342D'
color10='#44453F'
color11='#575355'
color12='#94370A'
color13='#A74914'
color14='#E0570D'
color15='#c5aaa2'
# FZF colors
export FZF_DEFAULT_OPTS="
$FZF_DEFAULT_OPTS
--color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255
--color info:7,prompt:2,spinner:1,pointer:232,marker:1
"
# Fix LS_COLORS being unreadable.
export LS_COLORS="${LS_COLORS}:su=30;41:ow=30;42:st=30;44:"

36
themes/sand.sh Executable file
View File

@ -0,0 +1,36 @@
# Shell variables
# Generated by 'wal'
wallpaper='/home/iceyrazor/out.png'
# Special
background='#161316'
foreground='#dedddc'
cursor='#dedddc'
# Colors
color0='#161316'
color1='#968773'
color2='#C7977A'
color3='#77838D'
color4='#A4A1A1'
color5='#BABBBE'
color6='#D1C6B9'
color7='#dedddc'
color8='#9b9a9a'
color9='#968773'
color10='#C7977A'
color11='#77838D'
color12='#A4A1A1'
color13='#BABBBE'
color14='#D1C6B9'
color15='#dedddc'
# FZF colors
export FZF_DEFAULT_OPTS="
$FZF_DEFAULT_OPTS
--color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255
--color info:7,prompt:2,spinner:1,pointer:232,marker:1
"
# Fix LS_COLORS being unreadable.
export LS_COLORS="${LS_COLORS}:su=30;41:ow=30;42:st=30;44:"