Add dot_config/polybar/colors.ini
Add dot_config/polybar/colors.ini.base Add dot_config/polybar/config.ini Add dot_config/polybar/config_bottom.ini Add dot_config/polybar/custom_modules.ini Add dot_config/polybar/modules.ini
This commit is contained in:
parent
4ac586098b
commit
134cd852d4
6 changed files with 1323 additions and 0 deletions
133
dot_config/polybar/custom_modules.ini
Normal file
133
dot_config/polybar/custom_modules.ini
Normal file
|
@ -0,0 +1,133 @@
|
|||
[module/healthbar]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_healthbar.sh
|
||||
tail = true
|
||||
interval = 3
|
||||
|
||||
format-background = ${colors.dark0_hard}
|
||||
format-foreground = ${colors.light0_soft}
|
||||
format-padding = 1
|
||||
|
||||
[module/wifibar]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_wifibar.sh
|
||||
tail = true
|
||||
interval = 3
|
||||
|
||||
format-background = ${colors.dark0_hard}
|
||||
format-foreground = ${colors.light0_soft}
|
||||
format-padding = 1
|
||||
|
||||
[module/netspeed]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_net_speed.sh
|
||||
tail = true
|
||||
interval = 2
|
||||
|
||||
format-background = ${colors.dark0_hard}
|
||||
format-foreground = ${colors.light0_soft}
|
||||
format-padding = 1
|
||||
|
||||
[module/bluetooth_speaker]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_bluetooth_speaker.sh
|
||||
tail = true
|
||||
interval = 3
|
||||
|
||||
format-background = ${colors.dark0_hard}
|
||||
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
|
||||
|
||||
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
|
||||
tail = true
|
||||
interval = 3
|
||||
|
||||
format-background = ${colors.dark0_hard}
|
||||
format-foreground = ${colors.light0_soft}
|
||||
format-padding = 1
|
||||
format-font = 1
|
||||
|
||||
click-left = kitty -e nmtui-connect
|
||||
|
||||
[module/tresorit_indicator]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/tresorit_indicator.sh
|
||||
tail = true
|
||||
interval = 2
|
||||
|
||||
format-background = ${colors.dark0_hard}
|
||||
format-foreground = ${colors.light0_soft}
|
||||
format-padding = 1
|
||||
format-font = 1
|
||||
|
||||
click-left = tresorit
|
||||
|
||||
[module/dunst_indicator]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_dunst_indicator.sh
|
||||
tail = true
|
||||
interval = 1
|
||||
|
||||
format-background = ${colors.dark0_hard}
|
||||
format-foreground = ${colors.light0_soft}
|
||||
format-padding = 1
|
||||
format-font = 1
|
||||
|
||||
click-left = dunstctl set-paused toggle
|
||||
|
||||
[module/custom_time]
|
||||
type = custom/script
|
||||
exec = ~/.local/bin/scripts/polybar_custom_time.sh
|
||||
tail = true
|
||||
interval = 1
|
||||
|
||||
format-background = ${colors.dark0_hard}
|
||||
format-foreground = ${colors.light0_soft}
|
||||
format-padding = 1
|
||||
format-font = 1
|
||||
|
||||
[module/redblock]
|
||||
type = custom/text
|
||||
content = " "
|
||||
tail = true
|
||||
interval = 10
|
||||
content-background = ${colors.faded_red}
|
||||
content-padding = 1
|
||||
|
||||
[module/yellowblock]
|
||||
type = custom/text
|
||||
content = " "
|
||||
tail = true
|
||||
interval = 10
|
||||
content-background = ${colors.faded_yellow}
|
||||
content-padding = 1
|
||||
|
||||
[module/greenblock]
|
||||
type = custom/text
|
||||
content = " "
|
||||
tail = true
|
||||
interval = 10
|
||||
content-background = ${colors.faded_green}
|
||||
content-padding = 1
|
||||
|
||||
[module/blueblock]
|
||||
type = custom/text
|
||||
content = " "
|
||||
tail = true
|
||||
interval = 10
|
||||
content-background = ${colors.faded_blue}
|
||||
content-padding = 1
|
Loading…
Add table
Add a link
Reference in a new issue