Add right-click calendar to polybar
This commit is contained in:
parent
11c3657862
commit
283bbc40d8
|
@ -6,6 +6,7 @@ disabledTrayIcon=false
|
|||
drawColor=#9c84a5
|
||||
drawThickness=7
|
||||
filenamePattern=Screenshot-%F_%H-%M
|
||||
ignoreUpdateToVersion=11.0.0
|
||||
savePath=/home/agatha/Pictures
|
||||
savePathFixed=false
|
||||
showHelp=false
|
||||
|
|
|
@ -195,7 +195,7 @@ time-alt = %H:%M:%S
|
|||
format-prefix =
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
|
||||
label = %date% %time%
|
||||
label = %{A3:dunstify ' Calendar' "$(cal)":}%date%%{A} %time%
|
||||
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
|
||||
### Text ###
|
||||
|
||||
font = DaddyTimeMono 10
|
||||
font = "Siji, DaddyTimeMono 10"
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
|
@ -400,6 +400,10 @@
|
|||
# summary = "foobar"
|
||||
# skip_display = true
|
||||
|
||||
[calendar]
|
||||
summary = " Calendar"
|
||||
alignment = center
|
||||
|
||||
#[history-ignore]
|
||||
# # This notification will not be saved in history
|
||||
# summary = "foobar"
|
||||
|
|
Loading…
Reference in New Issue