Compare commits

...

2 commits

Author SHA1 Message Date
230c47b9f7 waybar: edit modules layout
Moved network and bluetooth modules to the left
2024-01-03 10:24:10 +01:00
b9b469b3a4 waybar: Added battery wattage and time display 2024-01-03 10:21:06 +01:00
2 changed files with 4 additions and 6 deletions

View file

@ -6,11 +6,9 @@
"passthrough": false, "passthrough": false,
"gtk-layer-shell": true, "gtk-layer-shell": true,
"height": 50, "height": 50,
"modules-left": ["clock", "custom/weather", "hyprland/workspaces"], "modules-left": ["clock", "network", "bluetooth", "hyprland/workspaces"],
"modules-center": ["hyprland/window"], "modules-center": ["hyprland/window"],
"modules-right": [ "modules-right": [
"network",
"bluetooth",
"memory", "memory",
"cpu", "cpu",
"temperature", "temperature",
@ -89,11 +87,12 @@
"warning": 30, "warning": 30,
"critical": 20 "critical": 20
}, },
"format": "{icon} {capacity}%", "format": "{icon} {capacity}% ({time} at {power}W)",
"format-charging": " {capacity}%", "format-charging": " {capacity}%",
"format-plugged": " {capacity}%", "format-plugged": " {capacity}%",
"format-alt": "{time} {icon}", "format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""],
"interval": 3
}, },
"custom/gpu_status": { "custom/gpu_status": {

View file

@ -156,7 +156,6 @@ tooltip {
#network { #network {
color: #f9e2af; color: #f9e2af;
border-radius: 10px 0px 0px 10px;
border-left: 0px; border-left: 0px;
border-right: 0px; border-right: 0px;
} }