File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 6060 "interval" = 1 ;
6161 "format" = "{:%a, %d.%m. %H:%M:%S}" ;
6262 "tooltip-format" = "<tt>{calendar}</tt>" ;
63+ "calendar" = {
64+ "mode" = "month" ;
65+ "weeks-pos" = "left" ;
66+ "on-scroll" = 1 ;
67+ "format" = {
68+ "months" = "<span color='#${ config . colors . foreground } '>{}</span>" ;
69+ "days" = "<span color='#${ config . colors . foreground } '>{}</span>" ;
70+ "weeks" = "<span color='#${ config . colors . bright-black } '>W{}</span>" ;
71+ "weekdays" = "<span color='#${ config . colors . foreground } '>{}</span>" ;
72+ "today" = "<span color='#${ config . colors . red } '><b>{}</b></span>" ;
73+ } ;
74+ } ;
75+ "actions" = {
76+ "on-click-right" = "mode" ;
77+ "on-scroll-up" = "shift_down" ;
78+ "on-scroll-down" = "shift_up" ;
79+ } ;
6380 "locale" = "en_GB.utf-8" ;
6481 } ;
6582 "custom/media" = {
You can’t perform that action at this time.
0 commit comments