From 50ef825788a68cea1de4e2a654e79bc06337400d Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Mon, 7 Jul 2025 20:25:19 -0500 Subject: - themes - removed cycle wall - added wallpaper setter - added wallpaper run from set-theme - fixed wallpaper targets - made names a bit more consistant --- themes/cho.sh | 36 ++++++++++++++++++++++++++++++++++++ themes/cho2.sh | 36 ++++++++++++++++++++++++++++++++++++ themes/chored-light.sh | 36 ------------------------------------ themes/chored.sh | 36 ------------------------------------ themes/feycave.sh | 2 +- themes/hotdog.sh | 2 ++ themes/redblue.sh | 2 +- themes/spaceship.sh | 2 +- themes/warp.sh | 2 +- 9 files changed, 78 insertions(+), 76 deletions(-) create mode 100755 themes/cho.sh create mode 100755 themes/cho2.sh delete mode 100755 themes/chored-light.sh delete mode 100755 themes/chored.sh (limited to 'themes') diff --git a/themes/cho.sh b/themes/cho.sh new file mode 100755 index 0000000..6ea22b4 --- /dev/null +++ b/themes/cho.sh @@ -0,0 +1,36 @@ +# Shell variables +# Generated by 'wal' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/papapa.png' + +# Special +background='#0F0304' +foreground='#ccafc1' +cursor='#ccafc1' + +# Colors +color0='#0F0304' +color1='#5D3B45' +color2='#6E4C5C' +color3='#910C0E' +color4='#9C1D21' +color5='#A24A5A' +color6='#A47A75' +color7='#ccafc1' +color8='#8e7a87' +color9='#5D3B45' +color10='#6E4C5C' +color11='#910C0E' +color12='#9C1D21' +color13='#A24A5A' +color14='#A47A75' +color15='#ccafc1' + +# 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:" diff --git a/themes/cho2.sh b/themes/cho2.sh new file mode 100755 index 0000000..a6b502f --- /dev/null +++ b/themes/cho2.sh @@ -0,0 +1,36 @@ +# Shell variables +# Generated by 'wal' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/papapa 2.jpg' + +# Special +background='#0F0508' +foreground='#e2cddd' +cursor='#e2cddd' + +# Colors +color0='#0F0508' +color1='#A70B10' +color2='#A83C4F' +color3='#948A70' +color4='#AB6F8E' +color5='#B191AE' +color6='#CD94B5' +color7='#e2cddd' +color8='#9e8f9a' +color9='#A70B10' +color10='#A83C4F' +color11='#948A70' +color12='#AB6F8E' +color13='#B191AE' +color14='#CD94B5' +color15='#e2cddd' + +# 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:" diff --git a/themes/chored-light.sh b/themes/chored-light.sh deleted file mode 100755 index 987c44d..0000000 --- a/themes/chored-light.sh +++ /dev/null @@ -1,36 +0,0 @@ -# Shell variables -# Generated by 'wal' -wallpaper='/home/iceyrazor/stuff/media/papapa abatademo.png' - -# Special -background='#0F0508' -foreground='#e2cddd' -cursor='#e2cddd' - -# Colors -color0='#0F0508' -color1='#A70B10' -color2='#A83C4F' -color3='#948A70' -color4='#AB6F8E' -color5='#B191AE' -color6='#CD94B5' -color7='#e2cddd' -color8='#9e8f9a' -color9='#A70B10' -color10='#A83C4F' -color11='#948A70' -color12='#AB6F8E' -color13='#B191AE' -color14='#CD94B5' -color15='#e2cddd' - -# 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:" diff --git a/themes/chored.sh b/themes/chored.sh deleted file mode 100755 index b6e2e6a..0000000 --- a/themes/chored.sh +++ /dev/null @@ -1,36 +0,0 @@ -# Shell variables -# Generated by 'wal' -wallpaper='/home/iceyrazor/stuff/scripts/bash/youtube-playlist-cli/thumbnails/t8DePOVpJEg.jpg' - -# Special -background='#0F0304' -foreground='#ccafc1' -cursor='#ccafc1' - -# Colors -color0='#0F0304' -color1='#5D3B45' -color2='#6E4C5C' -color3='#910C0E' -color4='#9C1D21' -color5='#A24A5A' -color6='#A47A75' -color7='#ccafc1' -color8='#8e7a87' -color9='#5D3B45' -color10='#6E4C5C' -color11='#910C0E' -color12='#9C1D21' -color13='#A24A5A' -color14='#A47A75' -color15='#ccafc1' - -# 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:" diff --git a/themes/feycave.sh b/themes/feycave.sh index 483423e..27a40a8 100755 --- a/themes/feycave.sh +++ b/themes/feycave.sh @@ -1,6 +1,6 @@ # Shell variables # Generated by 'wal' -wallpaper='/home/iceyrazor/56uvetgzh2se1.png' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/fey-cave.png' # Special background='#0B0D16' diff --git a/themes/hotdog.sh b/themes/hotdog.sh index 82ba9ec..0686bd0 100755 --- a/themes/hotdog.sh +++ b/themes/hotdog.sh @@ -1,3 +1,5 @@ +wallpaper="/home/iceyrazor/stuff/media/wallpapers/hotdogstand.png" + # Special background='#ff0000' foreground='#ffffff' diff --git a/themes/redblue.sh b/themes/redblue.sh index e9bf68b..94b834f 100755 --- a/themes/redblue.sh +++ b/themes/redblue.sh @@ -1,6 +1,6 @@ # Shell variables # Generated by 'wal' -wallpaper='/home/iceyrazor/2025-06-06_19-42.png' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/ado-ussewa.png' # Special background='#02000D' diff --git a/themes/spaceship.sh b/themes/spaceship.sh index 7689cee..24651be 100755 --- a/themes/spaceship.sh +++ b/themes/spaceship.sh @@ -1,6 +1,6 @@ # Shell variables # Generated by 'wal' -wallpaper='/home/iceyrazor/1a7q9jfpuf2f1.png' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/spaceship-4jskal.png' # Special background='#0B092C' diff --git a/themes/warp.sh b/themes/warp.sh index 4b72b1d..c1dab0c 100755 --- a/themes/warp.sh +++ b/themes/warp.sh @@ -1,6 +1,6 @@ # Shell variables # Generated by 'wal' -wallpaper='/home/iceyrazor/1zu6aywxa7vd1.png' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/warp-1.png' # Special background='#040617' -- cgit v1.3