polybar date fix

This commit is contained in:
spinach 2023-02-07 18:41:10 -05:00
parent 0a4eb87fed
commit 0b21ff6697
4 changed files with 5 additions and 6 deletions

View File

@ -112,9 +112,8 @@ label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
[module/date]
type = internal/date
interval = 1
date = %A, %b %d %l:%m %P
date = %A, %b %d %l:%M %P
;date = %H:%M
date-alt = %Y-%m-%d %H:%M:%S

View File

@ -127,9 +127,8 @@ label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
[module/date]
type = internal/date
interval = 1
date = %A, %b %d %l:%m %P
date = %A, %b %d %l:%M %P
;date = %H:%M
date-alt = %Y-%m-%d %H:%M:%S

View File

@ -9,7 +9,7 @@ appearance.emptyline=yes
appearance.emptyday=No Events
appearance.notifybar=yes
appearance.sidebarwidth=2
appearance.theme=blue on default
appearance.theme=cyan on default
appearance.todoview=hide-completed
appearance.headingpos=right-justified
daemon.enable=no
@ -27,7 +27,7 @@ general.firstdayofweek=monday
general.multipledays=yes
general.periodicsave=0
general.systemevents=yes
general.systemdialogs=yes
notification.command=printf '\a'
notification.notifyall=flagged-only
notification.warning=300
format.appointmenttime=%H:%M

View File

@ -16,6 +16,7 @@ generic-reload R
generic-copy c
generic-paste p ^V
generic-change-view TAB
generic-prev-view KEY_BTAB
generic-import i I
generic-export x X
generic-goto g G