Move Firestarter into different config buckets as well
This commit is contained in:
13
desktop-gruvbox/.config/firestarter/bar
Executable file
13
desktop-gruvbox/.config/firestarter/bar
Executable file
@@ -0,0 +1,13 @@
|
||||
#.fsdefaults
|
||||
command -v tint2
|
||||
tint2
|
||||
command -v polybar && [ -r "$HOME/.config/polybar/launch.sh" ]
|
||||
sleep 3 && "$HOME/.config/polybar/launch.sh"
|
||||
command -v lxpanel
|
||||
lxpanel
|
||||
command -v lxqt-panel
|
||||
lxqt-panel
|
||||
command -v mate-panel
|
||||
mate-panel
|
||||
command -v xfce4-panel
|
||||
xfce4-panel
|
11
desktop-gruvbox/.config/firestarter/compositor
Executable file
11
desktop-gruvbox/.config/firestarter/compositor
Executable file
@@ -0,0 +1,11 @@
|
||||
#.fsdefaults
|
||||
[ -z "$DISPLAY" ]
|
||||
:
|
||||
command -v unagi
|
||||
unagi
|
||||
command -v picom
|
||||
picom
|
||||
command -v compton
|
||||
compton
|
||||
command -v xcompmgr
|
||||
xcompmgr
|
11
desktop-gruvbox/.config/firestarter/conky
Normal file
11
desktop-gruvbox/.config/firestarter/conky
Normal file
@@ -0,0 +1,11 @@
|
||||
#.fsdefaults
|
||||
[ -z "$DISPLAY" ]
|
||||
:
|
||||
# Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet
|
||||
# This gives the WM ample time to load up
|
||||
[ "$THEME" == "light" ]
|
||||
:
|
||||
command -v conky && [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky-clock.conf" ] && [[ "$HOSTNAME" == "lap"* ]]
|
||||
sleep 3 && conky -c "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky-clock.conf"
|
||||
command -v conky && [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ]
|
||||
sleep 3 && conky
|
3
desktop-gruvbox/.config/firestarter/hkd
Executable file
3
desktop-gruvbox/.config/firestarter/hkd
Executable file
@@ -0,0 +1,3 @@
|
||||
#.fsdefaults
|
||||
command -v sxhkd
|
||||
sxhkd
|
9
desktop-gruvbox/.config/firestarter/notifyd
Executable file
9
desktop-gruvbox/.config/firestarter/notifyd
Executable file
@@ -0,0 +1,9 @@
|
||||
#.fsdefaults
|
||||
[ -z "$DISPLAY" ]
|
||||
:
|
||||
command -v dunst && [ "$THEME" == "light" ]
|
||||
dunst -conf ~/.config/dunst/dunstrc-light
|
||||
command -v dunst
|
||||
dunst
|
||||
command -v lxqt-notificationd
|
||||
notificationd
|
11
desktop-gruvbox/.config/firestarter/wallpaper
Executable file
11
desktop-gruvbox/.config/firestarter/wallpaper
Executable file
@@ -0,0 +1,11 @@
|
||||
#.fsdefaults
|
||||
[ -z "$DISPLAY" ]
|
||||
:
|
||||
command -v nitrogen && [ -r "$HOME/.config/nitrogen/bg-saved.cfg" ]
|
||||
nitrogen --restore
|
||||
command -v feh && [ -r "$HOME/.fehbg" ]
|
||||
~/.fehbg
|
||||
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ "$(hostname)" == "dsk-cstm-0" ]
|
||||
hsetroot -tile "$HOME/.config/firestarter/tile.png"
|
||||
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ -r ~/.config/firestarter/center.png ]
|
||||
hsetroot -tile "$HOME/.config/firestarter/tile.png" -center "$HOME/.config/firestarter/center.png"
|
7
desktop-gruvbox/.config/firestarter/wm
Executable file
7
desktop-gruvbox/.config/firestarter/wm
Executable file
@@ -0,0 +1,7 @@
|
||||
#.fsdefaults
|
||||
[ -z "$DISPLAY" ]
|
||||
:
|
||||
command -v ksmserver && ksmserver -h | grep -ie '-w' && command -v bspwm
|
||||
ksmserver -w bspwm
|
||||
command -v bspwm
|
||||
bspwm
|
Reference in New Issue
Block a user