Updates
This commit is contained in:
@@ -1,16 +1,30 @@
|
||||
[{
|
||||
"spacing": 4, // Gaps between modules (4px)
|
||||
"modules-left": ["sway/workspaces"],
|
||||
"modules-left": ["sway/workspaces", "wlr/taskbar"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["pulseaudio", "memory", "cpu", "battery", "network", "custom/pacman", "clock", "tray"],
|
||||
"memory": {
|
||||
"format": "\uf538 {used:0.1f}GiB",
|
||||
"on-click": "kitty --class kitty-scratch -c ~/.config/kitty/kitty-scratch.conf btop"
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"format": "{value}"
|
||||
},
|
||||
"wlr/taskbar": {
|
||||
"on-click": "activate"
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||
"calendar": {
|
||||
"mode": "year",
|
||||
"mode-mon-col": 3,
|
||||
"format": {
|
||||
"today": "<b><u>{}</u></b>"
|
||||
}
|
||||
},
|
||||
"format": "\uf017 {:%A %d/%m/%Y %H:%M}"
|
||||
},
|
||||
"cpu": {
|
||||
|
||||
Reference in New Issue
Block a user