mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Added rss count
This commit is contained in:
parent
0b73fa9867
commit
cec262e477
@ -48,7 +48,7 @@ monitor = ${env:MONITOR:eDP1}
|
||||
|
||||
modules-left = bspwm
|
||||
modules-center = battery0 battery1 wlan bluetooth
|
||||
modules-right = github updates-arch-combined xbacklight volume memory cpu temperature filesystem date
|
||||
modules-right = github updates-arch-combined xbacklight volume memory cpu temperature filesystem rss date
|
||||
|
||||
tray-position = right
|
||||
|
||||
@ -58,7 +58,7 @@ monitor = ${env:MONITOR:DP-1}
|
||||
|
||||
modules-left = bspwm
|
||||
modules-center = player-mpris-tail
|
||||
modules-right = eth bluetooth github updates-arch-combined volume memory cpu temperature filesystem date
|
||||
modules-right = eth bluetooth github updates-arch-combined volume memory cpu temperature filesystem rss date
|
||||
|
||||
tray-position = right
|
||||
|
||||
@ -399,6 +399,13 @@ type = custom/script
|
||||
exec = /bin/sh ~/.config/polybar/bin/isactive-bluetooth
|
||||
click-left = ~/.config/polybar/bin/switch-bluetooth
|
||||
|
||||
[module/rss]
|
||||
type = custom/script
|
||||
|
||||
interval = 300
|
||||
format-prefix = "參 "
|
||||
exec = /bin/sh ~/.local/bin/rsscount
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
;compositing-background = xor
|
||||
|
Loading…
Reference in New Issue
Block a user