1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

added days to uptime in waybar

This commit is contained in:
XNM
2023-10-21 16:05:02 +03:00
parent f87b50d3bc
commit 7a51f1b4c6

View File

@@ -254,7 +254,7 @@
}, },
"user": { "user": {
"format": "<span color='#8bd5ca'>{user}</span> (up <span color='#8aadf4'>{work_H} h</span> <span color='#eed49f'>{work_M} min</span> <span color='#a6da95'>↑</span>)", "format": "<span color='#8bd5ca'>{user}</span> (up <span color='#f5bde6'>{work_d} d</span> <span color='#8aadf4'>{work_H} h</span> <span color='#eed49f'>{work_M} min</span> <span color='#a6da95'>↑</span>)",
"icon": true, "icon": true,
}, },
}, },