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