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

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

View File

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