Update users home folder, clean up some scripts and add comments
This commit is contained in:
@ -369,15 +369,6 @@ menu-3-3 = " |"
|
||||
menu-3-3-exec = systemctl poweroff
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;
|
||||
;; Extra Modules ;;
|
||||
;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
;; Compton Toggle ;;
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
@ -385,7 +376,7 @@ menu-3-3-exec = systemctl poweroff
|
||||
type = custom/script
|
||||
tail = true
|
||||
label = %output%
|
||||
click-left = toggle-compton --toggle
|
||||
click-left = toggle-compton --toggle &
|
||||
exec = toggle-compton
|
||||
format = <label>
|
||||
|
||||
@ -422,7 +413,7 @@ type = custom/script
|
||||
tail = true
|
||||
exec = toggle-redshift
|
||||
label = %output%
|
||||
click-left = toggle-redshift --toggle
|
||||
click-left = toggle-redshift --toggle &
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;
|
||||
@ -470,7 +461,6 @@ bar-progress-empty-foreground = #44
|
||||
bar-progress-indicator-foreground = #A85659
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;
|
||||
;; WIFI ;;
|
||||
;;;;;;;;;;
|
||||
|
11
home/.config/polybar/sessions/bspwm-sessionfile
Normal file
11
home/.config/polybar/sessions/bspwm-sessionfile
Normal file
@ -0,0 +1,11 @@
|
||||
# Polybar bspwm Sessionfile
|
||||
|
||||
# DO NO edit this file, it will be overwritten by al-polyzen
|
||||
# Instead make a custom sessionfile and use the -z FILE or --session FILE option
|
||||
|
||||
# To load session at startup use the following line
|
||||
|
||||
# sleep 1; al-polybar-session &
|
||||
|
||||
|
||||
~/.config/polybar/config bspwm-bar
|
11
home/.config/polybar/sessions/i3-sessionfile
Normal file
11
home/.config/polybar/sessions/i3-sessionfile
Normal file
@ -0,0 +1,11 @@
|
||||
# Polybar i3 Sessionfile
|
||||
|
||||
# DO NO edit this file, it will be overwritten by al-polyzen
|
||||
# Instead make a custom sessionfile and use the -z FILE or --session FILE option
|
||||
|
||||
# To load session at startup use the following line
|
||||
|
||||
# sleep 1; al-polybar-session &
|
||||
|
||||
|
||||
~/.config/polybar/config i3-bar
|
11
home/.config/polybar/sessions/openbox-sessionfile
Normal file
11
home/.config/polybar/sessions/openbox-sessionfile
Normal file
@ -0,0 +1,11 @@
|
||||
# Polybar openbox Sessionfile
|
||||
|
||||
# DO NO edit this file, it will be overwritten by al-polyzen
|
||||
# Instead make a custom sessionfile and use the -z FILE or --session FILE option
|
||||
|
||||
# To load session at startup use the following line
|
||||
|
||||
# sleep 1; al-polybar-session &
|
||||
|
||||
|
||||
~/.config/polybar/config openbox-bar
|
Reference in New Issue
Block a user