waybar: update config

This commit is contained in:
2025-04-30 00:20:52 +03:00
parent 11dd1c52a4
commit 6a67cccec1
2 changed files with 32 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
// -*- mode: jsonc -*- // -*- mode: jsonc -*-
{ {
"layer": "top", "layer": "top",
"spacing": 5, "spacing": 10,
"modules-left": [ "modules-left": [
"hyprland/workspaces", "hyprland/workspaces",
@@ -12,30 +12,30 @@
], ],
"modules-right": [ "modules-right": [
"tray", "tray",
"cpu",
"memory",
"wireplumber", "wireplumber",
"hyprland/language" "hyprland/language"
], ],
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"mpris": { "mpris": {
"player": "playerctld",
"format": "{title} - {artist}", "format": "{title} - {artist}",
// "format-paused": " {title} - {artist}", "format-stopped": "",
"max-length": 50, "max-length": 50
"player": "spotify"
}, },
"tray": { "cpu": {
"spacing": 5 "format": "cpu: {usage}%"
},
"memory": {
"format": "ram: {percentage}%"
}, },
"wireplumber": { "wireplumber": {
"format": "vol: {volume}%", "format": "vol: {volume}%",
"on-click": "pavucontrol", "on-click": "pavucontrol"
"max-volume": 150,
"scroll-step": 5
}, },
"hyprland/language": { "hyprland/language": {
"format": "{short}" "format": "{short}"
} }

View File

@@ -1 +1,11 @@
*{min-height:0} * {
font-family: "JetBrainsMono Nerd Font", sans-serif;
font-weight: 700;
min-height: 0;
margin: 0;
padding: 0;
}
#mpris.paused {
color: #888888;
}