waybar: update with current style choice

This commit is contained in:
Trianta 2024-09-14 00:05:05 -05:00
parent e63f8b7fb2
commit 48f25935f2
2 changed files with 18 additions and 18 deletions

View File

@ -2,26 +2,23 @@
{ {
"name": "main", "name": "main",
"layer": "bottom", "layer": "bottom",
"position": "bottom", "position": "top",
"height": 38, "height": 28,
"spacing": 0, "spacing": 0,
"output": "DP-1", "output": "DP-1",
"reload_style_on_change": true, "reload_style_on_change": true,
"margin-left": 12,
"margin-right": 12,
"margin-top": 6,
"margin-bottom": 6,
"modules-left": [ "modules-left": [
"wireplumber", "hyprland/workspaces",
"disk", "disk",
"memory", "memory",
"cpu", "cpu",
"custom/gpu", "custom/gpu",
"temperature" "temperature"
], ],
"modules-center": ["hyprland/workspaces"], "modules-center": [],
"modules-right": [ "modules-right": [
"tray", "tray",
"wireplumber",
"network#ethernet", "network#ethernet",
"clock", "clock",
"custom/poweroff" "custom/poweroff"
@ -38,7 +35,7 @@
"tooltip": false "tooltip": false
}, },
"disk": { "disk": {
"format": " {}%", "format": " {percentage_used}%",
"tooltip-format": "{used} / {total} used" "tooltip-format": "{used} / {total} used"
}, },
"idle_inhibitor": { "idle_inhibitor": {

View File

@ -5,23 +5,21 @@
border-radius: 0px; border-radius: 0px;
min-height: 0; min-height: 0;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 12px;
font-family: "Hack Nerd Font"; font-family: "Hack Nerd Font";
} }
window#waybar { window#waybar {
background-color: transparent; background-color: alpha(@crust, 0.8);
/*background-color: alpha(@base, 0.6);*/ border-radius: 0px;
border-radius: 6px; border-bottom: 0px solid @overlay0;
border: 0px solid @overlay0;
padding-top: 6px;
padding-bottom: 2px;
} }
#workspaces button { #workspaces button {
color: @peach; color: @peach;
margin: 1px; border-radius: 8px;
border-radius: 10px; margin: 4px 2px;
padding: 0px 2px;
transition: all 0.4s ease; transition: all 0.4s ease;
} }
@ -66,6 +64,11 @@ window#waybar {
min-width: 45px; min-width: 45px;
} }
#network {
margin: 0px;
padding: 0px;
}
#clock { #clock {
min-width: 80px; min-width: 80px;