20241115
This commit is contained in:
parent
d95e42494e
commit
7aee7348cf
10 changed files with 114 additions and 59 deletions
|
@ -83,7 +83,7 @@ font-2 = "Font Awesome 6 Free"
|
|||
; font-2 = JetBrainsMono Nerd Font Mono:size=21:style=Regular;2
|
||||
|
||||
modules-left = i3 xwindow
|
||||
modules-right = pulseaudio xkeyboard wlan systray date
|
||||
modules-right = rest_timer pulseaudio xkeyboard wlan systray date
|
||||
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
|
@ -298,6 +298,13 @@ bar-empty = ─
|
|||
; click-left = blueman-manager
|
||||
; content = "bt"
|
||||
|
||||
[module/rest_timer]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/rest_timer_module/rest_timer.sh
|
||||
; interval = 1
|
||||
tail = true
|
||||
click-left = ~/.config/polybar/rest_timer_module/reset_rest_timer.sh &
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
pseudo-transparency = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue