Refine default waybar

This commit is contained in:
David Heinemeier Hansson
2025-06-07 11:06:31 +02:00
parent a5767e5828
commit b43a30d9cf
2 changed files with 31 additions and 140 deletions

View File

@ -2,30 +2,19 @@
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"spacing": 0, "spacing": 0,
"height": 34, "height": 20,
"modules-left": [ "modules-left": [
"custom/logo",
"hyprland/workspaces" "hyprland/workspaces"
], ],
"modules-center": [ "modules-center": [
"clock" "clock"
], ],
"modules-right": [ "modules-right": [
"tray", "bluetooth",
"memory",
"network", "network",
"wireplumber", "cpu",
"battery", "battery",
"custom/power"
], ],
"wlr/taskbar": {
"format": "{icon}",
"on-click": "activate",
"on-click-right": "fullscreen",
"icon-theme": "WhiteSur",
"icon-size": 25,
"tooltip-format": "{title}"
},
"hyprland/workspaces": { "hyprland/workspaces": {
"on-click": "activate", "on-click": "activate",
"format": "{icon}", "format": "{icon}",
@ -51,21 +40,29 @@
"5": [] "5": []
} }
}, },
"memory": { "bluetooth": {
"interval": 5, "format": " ",
"format": "󰍛 {}%", "format-connected": " {device_alias}",
"max-length": 10 "format-connected-battery": " {device_alias} {device_battery_percentage}%",
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
"on-click": "blueberry"
}, },
"tray": { "cpu": {
"spacing": 10 "interval": 5,
"format": "{usage}% 󰍛",
"max-length": 10,
"on-click": "alacritty -e btop"
}, },
"clock": { "clock": {
"tooltip-format": "{calendar}", "tooltip-format": "{calendar}",
"format-alt": " {:%a, %d %b %Y}", "format-alt": " {:%a, %d %b %Y}",
"format": "{:%I:%M %p}" "format": "{:%H:%M}"
}, },
"network": { "network": {
"format-wifi" : "{icon}", "format-wifi" : "{icon} ",
"format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"], "format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"],
"format-ethernet": "󰀂", "format-ethernet": "󰀂",
"format-alt" : "󱛇", "format-alt" : "󱛇",
@ -78,24 +75,6 @@
"interval": 5, "interval": 5,
"nospacing": 1, "nospacing": 1,
}, },
"wireplumber": {
"format": "{icon}",
"format-bluetooth": "󰂰",
"nospacing": 1,
"tooltip-format": "Volume : {volume}%",
"format-muted": "󰝟",
"format-icons": {
"headphone": "",
"default": ["󰖀","󰕾",""]
},
"on-click": "pamixer -t",
"scroll-step": 1
},
"custom/logo": {
"format": "  ",
"tooltip": false,
"on-click": "~/.config/rofi/launchers/misc/launcher.sh &"
},
"battery": { "battery": {
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",
"format-icons": { "format-icons": {
@ -131,10 +110,5 @@
"critical": 10 "critical": 10
}, },
"tooltip": false "tooltip": false
},
"custom/power": {
"format": "󰤆",
"tooltip": false,
"on-click": "~/.config/rofi/powermenu/type-2/powermenu.sh &"
} }
} }

View File

@ -2,125 +2,42 @@
border: none; border: none;
border-radius: 0; border-radius: 0;
min-height: 0; min-height: 0;
font-family: JetBrainsMono Nerd Font; font-family: CaskaydiaMono Nerd Font;
font-size: 11px; font-size: 11px;
} }
window#waybar { window#waybar {
background-color: #181825; background-color: #1a1b26;
transition-property: background-color; opacity: 0.98;
transition-duration: 0.5s;
}
window#waybar.hidden {
opacity: 0.5;
} }
#workspaces { #workspaces {
background-color: transparent; margin-left: 5px;
} }
#workspaces button { #workspaces button {
all: initial; all: initial;
/* Remove GTK theme values (waybar #1351) */ /* Remove GTK theme values (waybar #1351) */
min-width: 0; min-width: 0;
/* Fix weird spacing in materia (waybar #450) */
box-shadow: inset 0 -3px transparent;
/* Use box-shadow instead of border so the text isn't offset */ /* Use box-shadow instead of border so the text isn't offset */
padding: 6px 12px; padding: 2px 6px;
margin: 6px 3px; margin-right: 3px;
border-radius: 4px;
background-color: #1e1e2e;
color: #cdd6f4; color: #cdd6f4;
} }
#workspaces button.active { #bluetooth,
color: #1e1e2e; #cpu,
background-color: #cdd6f4;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
color: #1e1e2e;
background-color: #cdd6f4;
}
#workspaces button.urgent {
background-color: #f38ba8;
}
#memory,
#custom-power,
#battery, #battery,
#backlight,
#wireplumber,
#network, #network,
#clock, #clock {
#tray { padding: 6px 8px;
border-radius: 4px; color: #cdd6f4;
margin: 6px 3px;
padding: 6px 12px;
background-color: #1e1e2e;
color: #181825;
}
#custom-power {
margin-right: 6px;
}
#custom-logo {
padding-right: 7px;
padding-left: 7px;
margin-left: 5px;
font-size: 15px;
border-radius: 8px 0px 0px 8px;
color: #1793d1;
}
#memory {
background-color: #fab387;
} }
#battery { #battery {
background-color: #f38ba8; margin-right: 10px;
} }
#battery.warning,
#battery.critical,
#battery.urgent {
background-color: #ff0000;
color: #FFFF00;
}
#battery.charging {
background-color: #a6e3a1;
color: #181825;
}
#backlight {
background-color: #fab387;
}
#wireplumber {
background-color: #f9e2af;
}
#network {
background-color: #94e2d5;
padding-right: 17px;
}
#clock {
font-family: JetBrainsMono Nerd Font;
background-color: #cba6f7;
}
#custom-power {
background-color: #f2cdcd;
}
tooltip { tooltip {
border-radius: 8px; border-radius: 8px;
padding: 15px; padding: 15px;