Update dot_config/polybar/custom_modules.ini
Add dot_config/polybar/scripts/executable_beep.sh Add dot_config/polybar/scripts/executable_colors.sh Add dot_config/polybar/scripts/executable_colors.sh.base Add dot_config/polybar/scripts/executable_launch_polybar Add dot_config/polybar/scripts/executable_michurin Add dot_config/polybar/scripts/executable_polybar_bluetooth_speaker.sh Add dot_config/polybar/scripts/executable_polybar_custom_time.sh Add dot_config/polybar/scripts/executable_polybar_dunst_indicator.sh Add dot_config/polybar/scripts/executable_polybar_healthbar.sh Add dot_config/polybar/scripts/executable_polybar_michurin.py Add dot_config/polybar/scripts/executable_polybar_net_indicator.sh Add dot_config/polybar/scripts/executable_polybar_net_speed.sh Add dot_config/polybar/scripts/executable_polybar_redshift_indicator.sh Add dot_config/polybar/scripts/executable_polybar_wifibar.sh Add dot_config/polybar/scripts/executable_refresh_wpg_wallpapers Add dot_config/polybar/scripts/executable_regkernel Add dot_config/polybar/scripts/executable_setbg Add dot_config/polybar/scripts/executable_theme.sh Add dot_config/polybar/scripts/executable_transmission_indicator.sh Add dot_config/polybar/scripts/executable_tresorit_indicator.sh
This commit is contained in:
parent
134cd852d4
commit
3ff2e6e742
21 changed files with 6609 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
[module/healthbar]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_healthbar.sh
|
||||
exec = ~/.config/polybar/scripts/polybar_healthbar.sh
|
||||
tail = true
|
||||
interval = 3
|
||||
|
||||
|
@ -10,7 +10,7 @@ format-padding = 1
|
|||
|
||||
[module/wifibar]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_wifibar.sh
|
||||
exec = ~/.config/polybar/scripts/polybar_wifibar.sh
|
||||
tail = true
|
||||
interval = 3
|
||||
|
||||
|
@ -20,7 +20,7 @@ format-padding = 1
|
|||
|
||||
[module/netspeed]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_net_speed.sh
|
||||
exec = ~/.config/polybar/scripts/polybar_net_speed.sh
|
||||
tail = true
|
||||
interval = 2
|
||||
|
||||
|
@ -30,7 +30,7 @@ format-padding = 1
|
|||
|
||||
[module/bluetooth_speaker]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_bluetooth_speaker.sh
|
||||
exec = ~/.config/polybar/scripts/polybar_bluetooth_speaker.sh
|
||||
tail = true
|
||||
interval = 3
|
||||
|
||||
|
@ -39,20 +39,20 @@ format-foreground = ${colors.light0_soft}
|
|||
format-padding = 1
|
||||
format-font = 1
|
||||
|
||||
[module/michurin]
|
||||
type = custom/script
|
||||
exec = ~/.cache/pypoetry/virtualenvs/machaerus-afsOMv7y-py3.10/bin/python ~/.local/bin/scripts/polybar_michurin.py
|
||||
tail = true
|
||||
interval = 5
|
||||
#[module/michurin]
|
||||
#type = custom/script
|
||||
#exec = ~/.cache/pypoetry/virtualenvs/machaerus-afsOMv7y-py3.10/bin/python ~/.local/bin/scripts/polybar_michurin.py
|
||||
#tail = true
|
||||
#interval = 5
|
||||
|
||||
format-background = ${colors.dark0_hard}
|
||||
format-foreground = ${colors.light0_soft}
|
||||
format-padding = 1
|
||||
format-font = 1
|
||||
#format-background = ${colors.dark0_hard}
|
||||
#format-foreground = ${colors.light0_soft}
|
||||
#format-padding = 1
|
||||
#format-font = 1
|
||||
|
||||
[module/net_indicator]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_net_indicator.sh
|
||||
exec = ~/.config/polybar/scripts/polybar_net_indicator.sh
|
||||
tail = true
|
||||
interval = 3
|
||||
|
||||
|
@ -65,7 +65,7 @@ click-left = kitty -e nmtui-connect
|
|||
|
||||
[module/tresorit_indicator]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/tresorit_indicator.sh
|
||||
exec = ~/.config/polybar/scripts/tresorit_indicator.sh
|
||||
tail = true
|
||||
interval = 2
|
||||
|
||||
|
@ -78,7 +78,7 @@ click-left = tresorit
|
|||
|
||||
[module/dunst_indicator]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_dunst_indicator.sh
|
||||
exec = ~/.config/polybar/scripts/polybar_dunst_indicator.sh
|
||||
tail = true
|
||||
interval = 1
|
||||
|
||||
|
@ -91,7 +91,7 @@ click-left = dunstctl set-paused toggle
|
|||
|
||||
[module/custom_time]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_custom_time.sh
|
||||
exec = ~/.config/polybar/scripts/polybar_custom_time.sh
|
||||
tail = true
|
||||
interval = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue