Add uptime-module to waybar
This commit is contained in:
parent
c9b0185c9a
commit
6a85c0e22b
3 changed files with 30 additions and 3 deletions
.config/waybar
|
@ -14,6 +14,7 @@
|
|||
"cpu",
|
||||
"memory",
|
||||
"custom/pacman",
|
||||
"custom/status",
|
||||
"custom/weather",
|
||||
"clock",
|
||||
"tray"
|
||||
|
@ -32,7 +33,7 @@
|
|||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {usage}%"
|
||||
"format": " {usage}%"
|
||||
},
|
||||
"memory": {
|
||||
"format": " {percentage}%"
|
||||
|
@ -47,7 +48,7 @@
|
|||
"spacing": 4
|
||||
},
|
||||
"custom/pacman": {
|
||||
"format": " {}",
|
||||
"format": " {}",
|
||||
"interval": 3600,
|
||||
"exec": "~/.config/waybar/custom/pacman",
|
||||
"on-click": "alacritty -e 'archlinux-update'",
|
||||
|
@ -61,5 +62,13 @@
|
|||
"format": "{}",
|
||||
"tooltip": true,
|
||||
"interval": 1200
|
||||
},
|
||||
"custom/status": {
|
||||
"format": " {}",
|
||||
"exec": "~/.config/waybar/custom/status-serguzim-net",
|
||||
"on-click": "xdg-open 'https://status.serguzim.net'",
|
||||
"return-type": "json",
|
||||
"tooltip": true,
|
||||
"interval": 500
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue