update waybar

This commit is contained in:
2025-03-12 14:24:47 -07:00
parent 72d6a7d0e4
commit 4591a5d65c
2 changed files with 21 additions and 15 deletions

View File

@@ -21,9 +21,9 @@
"pulseaudio", "pulseaudio",
"network", "network",
// "power-profiles-daemon", // "power-profiles-daemon",
"cpu", // "cpu",
"memory", // "memory",
"temperature", // "temperature",
"backlight", "backlight",
// "keyboard-state", // "keyboard-state",
"hyprland/language", "hyprland/language",
@@ -147,7 +147,7 @@
"spacing": 10, "spacing": 10,
}, },
"clock": { "clock": {
// "timezone": "America/New_York", "timezone": "America/Los_Angeles",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}", "format-alt": "{:%Y-%m-%d}",
}, },

View File

@@ -1,12 +1,13 @@
* { * {
/* `otf-font-awesome` is required to be installed for icons */ /* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; font-family:
JetBrainsMonoNerdFont, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px; font-size: 13px;
} }
window#waybar { window#waybar {
background-color: rgba(43, 48, 59, 0.5); background-color: rgba(54, 58, 79, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0.5); /* border-bottom: 3px solid rgba(100, 114, 125, 0.5); */
color: #cad3f5; color: #cad3f5;
transition-property: background-color; transition-property: background-color;
transition-duration: 0.5s; transition-duration: 0.5s;
@@ -53,16 +54,16 @@ button:hover {
background-color: #a37800; background-color: #a37800;
} }
#workspaces { /* #workspaces { */
background-color: #363a4f; /* background-color: rgba(54, 58, 79, 0.5); */
border-radius: 0.5em; /* border-radius: 0.5em; */
} /* padding: 0 0.5em; */
/* } */
#workspaces button { #workspaces button {
padding: 0 0.5em; padding: 1px 0.5em;
background-color: #363a4f;
color: #c6a0f6; color: #c6a0f6;
margin: 0.25em; margin: 0 0.25em 0 0;
} }
#workspaces button:hover { #workspaces button:hover {
@@ -79,7 +80,7 @@ button:hover {
} }
#workspaces button.empty { #workspaces button.empty {
color: #6e738d; color: #a5adcb;
background-color: transparent; background-color: transparent;
} }
@@ -116,6 +117,7 @@ button:hover {
#window, #window,
#workspaces { #workspaces {
margin: 0 4px; margin: 0 4px;
color: #cad3f5;
} }
/* If workspaces is the leftmost module, omit left margin */ /* If workspaces is the leftmost module, omit left margin */
@@ -128,6 +130,10 @@ button:hover {
margin-right: 0; margin-right: 0;
} }
#workspaces {
color: #8aadf4;
}
#clock { #clock {
background-color: #64727d; background-color: #64727d;
} }