sporo zmian, nie pamiętam czego :)
This commit is contained in:
@ -64,7 +64,7 @@ font-1 = RobotoMono Nerd Font:antialias=true:size=12;2
|
||||
font-2 = RobotoMono Nerd Font:antialias=false:size=14;2
|
||||
font-3 = RobotoMono Nerd Font:antialias=true:size=18;0
|
||||
|
||||
modules-left = i3
|
||||
modules-left = biurko_on
|
||||
modules-center = xwindow
|
||||
modules-right = cpu memory temperature date
|
||||
|
||||
@ -263,6 +263,9 @@ format-prefix="%{T1}%{T-} "
|
||||
format-background = ${colors.primary}
|
||||
exec = python /home/paramah/.config/polybar/polybar-spotify/spotify_status.py -f '{song} by {artist}'
|
||||
|
||||
[module/biurko_on]
|
||||
type = custom/script
|
||||
exec = /home/paramah/.config/polybar/webhooks/biurko_on.sh
|
||||
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
|
2
.config/polybar/webhooks/biurko_on.sh
Executable file
2
.config/polybar/webhooks/biurko_on.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/ledy_on
|
Reference in New Issue
Block a user