Add right-click calendar to polybar
This commit is contained in:
parent
11c3657862
commit
283bbc40d8
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue