on clock click proton calender opens
This commit is contained in:
parent
7e6ab23ecf
commit
7e5b65df2a
|
@ -52,7 +52,8 @@
|
||||||
"clock": {
|
"clock": {
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"format" : "{:%d.%m.%Y %T}",
|
"format" : "{:%d.%m.%Y %T}",
|
||||||
"interval" : 1
|
"interval" : 1,
|
||||||
|
"on-click" : "brave calendar.proton.me && hyprctl dispatch focuswindow Brave-browser"
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
|
|
Loading…
Reference in New Issue