Add right-click calendar to polybar

This commit is contained in:
Agatha Lovelace 2022-01-23 21:00:59 +02:00
parent 11c3657862
commit 283bbc40d8
3 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,7 @@ disabledTrayIcon=false
drawColor=#9c84a5 drawColor=#9c84a5
drawThickness=7 drawThickness=7
filenamePattern=Screenshot-%F_%H-%M filenamePattern=Screenshot-%F_%H-%M
ignoreUpdateToVersion=11.0.0
savePath=/home/agatha/Pictures savePath=/home/agatha/Pictures
savePathFixed=false savePathFixed=false
showHelp=false showHelp=false

View File

@ -195,7 +195,7 @@ time-alt = %H:%M:%S
format-prefix =  format-prefix = 
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.foreground-alt}
label = %date% %time% label = %{A3:dunstify ' Calendar' "$(cal)":}%date%%{A} %time%
[module/pulseaudio] [module/pulseaudio]
type = internal/pulseaudio type = internal/pulseaudio

View File

@ -113,7 +113,7 @@
### Text ### ### Text ###
font = DaddyTimeMono 10 font = "Siji, DaddyTimeMono 10"
# The spacing between lines. If the height is smaller than the # The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height. # font height, it will get raised to the font height.
@ -400,6 +400,10 @@
# summary = "foobar" # summary = "foobar"
# skip_display = true # skip_display = true
[calendar]
summary = " Calendar"
alignment = center
#[history-ignore] #[history-ignore]
# # This notification will not be saved in history # # This notification will not be saved in history
# summary = "foobar" # summary = "foobar"