update dotfiles
This commit is contained in:
parent
c625205fff
commit
b971da5190
|
@ -72,9 +72,10 @@
|
|||
|
||||
"clock": {
|
||||
"interval": 10,
|
||||
"format-alt": " {:%e %b %Y}", // Icon: calendar-alt
|
||||
//"format-alt": " {:%e %b %Y}", // Icon: calendar-alt
|
||||
"format": " {:%e %b %Y %H:%M}",
|
||||
"tooltip-format": "{:%e %B %Y}"
|
||||
// "tooltip-format": "{:%e %B %Y}",
|
||||
"on-click": "orage"
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
|
@ -84,7 +85,7 @@
|
|||
"warning": 70,
|
||||
"critical": 90,
|
||||
},
|
||||
"on-click": "xfce4-terminal -e 'htop'",
|
||||
"on-click": "alacritty -e 'top'",
|
||||
},
|
||||
|
||||
"custom/keyboard-layout": {
|
||||
|
@ -111,7 +112,7 @@
|
|||
"memory": {
|
||||
"interval": 5,
|
||||
"format": " {}% | ", // Icon: memory
|
||||
"on-click": "kitty -e 'btop'",
|
||||
"on-click": "alacritty -e 'btop'",
|
||||
"states": {
|
||||
"warning": 70,
|
||||
"critical": 90
|
||||
|
|
Loading…
Reference in New Issue