waybar: update config_annoyance
This commit is contained in:
parent
e4623831ab
commit
01ffca2ffc
1 changed files with 139 additions and 136 deletions
|
@ -25,8 +25,6 @@
|
|||
"cpu",
|
||||
"memory",
|
||||
"custom/separator#right",
|
||||
"backlight",
|
||||
"custom/separator#right",
|
||||
"custom/calendar",
|
||||
"clock",
|
||||
"tray"
|
||||
|
@ -38,11 +36,16 @@
|
|||
"format": " <span foreground='#268bd2'>❮</span> "
|
||||
},
|
||||
"custom/calendar": {
|
||||
"format": "{}",
|
||||
"format": "{icon} {}",
|
||||
"tooltip-format": "{}",
|
||||
"tooltip": true,
|
||||
"return-type": "json",
|
||||
"interval": 300,
|
||||
"format-icons": {
|
||||
"now": "<span foreground='#fb4934'></span> ",
|
||||
"today": "<span foreground='#b8bb26'></span> ",
|
||||
"idle": " "
|
||||
},
|
||||
"escape": false,
|
||||
"exec": "$HOME/.config/sway/bin/waybar_khal.py 2> /dev/null",
|
||||
"on-click": "foot -T float khal interactive"
|
||||
|
@ -76,7 +79,7 @@
|
|||
"exec-if": "pgrep plexamp"
|
||||
},
|
||||
"clock": {
|
||||
"format": "<span foreground='#ebdbb2'> </span>{:%H:%M}",
|
||||
"format": "<span foreground='#ebdbb2'> </span>{: %a, %b %d, %H:%M}",
|
||||
"on-click": "foot -T float khal interactive"
|
||||
},
|
||||
"cpu": {
|
||||
|
|
Loading…
Reference in a new issue