diff --git a/config/scripts/themes/BlueNova.sh b/config/scripts/themes/BlueNova.sh index fc8aa48..7ba8d66 100755 --- a/config/scripts/themes/BlueNova.sh +++ b/config/scripts/themes/BlueNova.sh @@ -13,4 +13,6 @@ cp ~/.config/scripts/themes/BlueNova/config ~/.config/polybar/ cp ~/.config/scripts/themes/BlueNova/settings.ini ~/.config/gtk-3.0/ cp ~/.config/scripts/themes/BlueNova/.gtkrc-2.0 ~/ +cp ~/.config/scripts/themes/BlueNova/.fehbg ~/ + i3-msg restart; notify-send 'Theme Set To:' 'BlueNove' diff --git a/config/scripts/themes/BlueNova/.fehbg b/config/scripts/themes/BlueNova/.fehbg new file mode 100755 index 0000000..53689ed --- /dev/null +++ b/config/scripts/themes/BlueNova/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/bluenova.jpg' diff --git a/config/scripts/themes/Darkness.sh b/config/scripts/themes/Darkness.sh index 7dafe31..c4e628e 100755 --- a/config/scripts/themes/Darkness.sh +++ b/config/scripts/themes/Darkness.sh @@ -13,4 +13,6 @@ cp ~/.config/scripts/themes/Darkness/config ~/.config/polybar/ cp ~/.config/scripts/themes/Darkness/settings.ini ~/.config/gtk-3.0/ cp ~/.config/scripts/themes/Darkness/.gtkrc-2.0 ~/ +cp ~/.config/scripts/themes/Darkness/.fehbg ~/ + i3-msg restart; notify-send 'Theme Set To:' 'Darkness' diff --git a/config/scripts/themes/Darkness/.fehbg b/config/scripts/themes/Darkness/.fehbg new file mode 100755 index 0000000..59f0b80 --- /dev/null +++ b/config/scripts/themes/Darkness/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/darkness.jpg' diff --git a/config/scripts/themes/Dracula.sh b/config/scripts/themes/Dracula.sh index 4ae38b4..d8d9162 100755 --- a/config/scripts/themes/Dracula.sh +++ b/config/scripts/themes/Dracula.sh @@ -13,4 +13,6 @@ cp ~/.config/scripts/themes/Dracula/config ~/.config/polybar/ cp ~/.config/scripts/themes/Dracula/settings.ini ~/.config/gtk-3.0/ cp ~/.config/scripts/themes/Dracula/.gtkrc-2.0 ~/ +cp ~/.config/scripts/themes/Dracula/.fehbg ~/ + i3-msg restart; notify-send 'Theme Set To:' 'Dracula' diff --git a/config/scripts/themes/Dracula/.fehbg b/config/scripts/themes/Dracula/.fehbg new file mode 100755 index 0000000..ebcfd79 --- /dev/null +++ b/config/scripts/themes/Dracula/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/wall.jpg' diff --git a/config/scripts/themes/Horizon.sh b/config/scripts/themes/Horizon.sh index 185a026..ae5cb5f 100755 --- a/config/scripts/themes/Horizon.sh +++ b/config/scripts/themes/Horizon.sh @@ -13,4 +13,6 @@ cp ~/.config/scripts/themes/Horizon/config ~/.config/polybar/ cp ~/.config/scripts/themes/Horizon/settings.ini ~/.config/gtk-3.0/ cp ~/.config/scripts/themes/Horizon/.gtkrc-2.0 ~/ +cp ~/.config/scripts/themes/Horizon/.fehbg ~/ + i3-msg restart; notify-send 'Them Set To:' 'Horizon' diff --git a/config/scripts/themes/Horizon/.fehbg b/config/scripts/themes/Horizon/.fehbg new file mode 100755 index 0000000..a450e64 --- /dev/null +++ b/config/scripts/themes/Horizon/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/horizon.jpg' diff --git a/config/scripts/themes/Nord.sh b/config/scripts/themes/Nord.sh index 90ae2f3..ee54d12 100755 --- a/config/scripts/themes/Nord.sh +++ b/config/scripts/themes/Nord.sh @@ -13,4 +13,6 @@ cp ~/.config/scripts/themes/Nord/config ~/.config/polybar/ cp ~/.config/scripts/themes/Nord/settings.ini ~/.config/gtk-3.0/ cp ~/.config/scripts/themes/Nord/.gtkrc-2.0 ~/ +cp ~/.config/scripts/themes/Nord/.fehbg ~/ + i3-msg restart; notify-send 'Theme Set To:' 'Nord' diff --git a/config/scripts/themes/Nord/.fehbg b/config/scripts/themes/Nord/.fehbg new file mode 100755 index 0000000..e4f7a33 --- /dev/null +++ b/config/scripts/themes/Nord/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/nord.png' diff --git a/config/scripts/themes/Pink.sh b/config/scripts/themes/Pink.sh index c28497f..edb59d7 100755 --- a/config/scripts/themes/Pink.sh +++ b/config/scripts/themes/Pink.sh @@ -13,4 +13,6 @@ cp ~/.config/scripts/themes/Pink/config ~/.config/polybar/ cp ~/.config/scripts/themes/Pink/settings.ini ~/.config/gtk-3.0/ cp ~/.config/scripts/themes/Pink/.gtkrc-2.0 ~/ +cp ~/.config/scripts/themes/Pink/.fehbg ~/ + i3-msg restart; notify-send 'Theme Set To:' 'Pink' diff --git a/config/scripts/themes/Pink/.fehbg b/config/scripts/themes/Pink/.fehbg new file mode 100755 index 0000000..4b940cd --- /dev/null +++ b/config/scripts/themes/Pink/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/pink.png'