update waybar

This commit is contained in:
2025-08-02 01:21:35 +01:00
parent a673755bca
commit 853c365b26
2 changed files with 13 additions and 12 deletions

View File

@ -20,9 +20,9 @@
"clock", "clock",
"tray", "tray",
], ],
"custom": { // "custom": {
"exec": "" // "exec": ""
}, // },
"hyprland/window": { "hyprland/window": {
"format": "{}", "format": "{}",
"max-length": 35, "max-length": 35,
@ -54,12 +54,13 @@
"tooltip": false "tooltip": false
}, },
"memory": { "memory": {
"format": "{}% " "format": "{}% "
}, },
"temperature": { "temperature": {
"thermal-zone": 3,
"critical-threshold": 80, "critical-threshold": 80,
"format": "{temperatureC}°C", "format": "{temperatureC}°C",
"format-icons": ["", "", ""] "format-icons": ["", "", ""]
}, },
"battery": { "battery": {
"states": { "states": {
@ -75,9 +76,9 @@
}, },
"network": { "network": {
"format-wifi": " {signalStrength}%", "format-wifi": " {signalStrength}%",
"format-ethernet": "{cidr} ", "format-ethernet": "{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ", "tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ", "format-linked": "{ifname} (No IP) ",
"format-disconnected": " ⚠ ", "format-disconnected": " ⚠ ",
"format-alt": "{ifname}: {ipaddr}/{cidr}" "format-alt": "{ifname}: {ipaddr}/{cidr}"
}, },
@ -93,9 +94,9 @@
"phone": "", "phone": "",
"portable": "", "portable": "",
"car": "", "car": "",
"default": ["", "", ""] "default": ["", " ", " "]
}, },
"on-click": "pavucontrol" "on-click": "pwvucontrol"
}, },
"tray": { "tray": {
"spacing": 10, "spacing": 10,

View File

@ -1,7 +1,7 @@
@import "macchiato.css"; @import "macchiato.css";
* { * {
font-family: "JetBrainsMono Nerd Font", Roboto, Helvetica, Arial, sans-serif; font-family: "JetBrainsMonoNerdFont";
font-size: 16px; font-size: 16px;
} }