waybar: add and use gruvbox styles

This commit is contained in:
Inhji 2022-12-18 20:05:28 +01:00
parent 0a45165e31
commit 173fde45a4
2 changed files with 48 additions and 46 deletions

View File

@ -0,0 +1,47 @@
* {
font-size: 18px;
font-family: Inter;
font-weight: bold;
border-radius: 0;
}
window#waybar {
background: #282828;
color: #ebdbb2;
}
#sway-mode {
background-color: #1d2021;
}
widget label {
padding: 0px 20px;
}
#workspaces label {
padding: 0px 0px;
}
#workspaces button {
color: #ebdbb2;
font-size: 20px;
font-style: italic;
}
#workspaces button.focused {
background: #458588;
color: #282828;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #888888;
}
#clock {
color: #282828;
background: #689d6a;
}

View File

@ -1,46 +0,0 @@
* {
font-size: 18px;
font-family: Inter;
font-weight: bold;
border-radius: 0;
}
window#waybar {
background: #047857;
color: #ffffff;
}
button, button:hover {
background: inherit;
box-shadow: none;
border: none;
}
#sway-mode {
background-color: #6EE7B7;
}
widget label {
padding: 0px 20px;
}
#workspaces label {
padding: 0px 0px;
}
#workspaces button {
color: #ffffff;
font-size: 20px;
font-style: italic;
}
#workspaces button.focused {
background: #064E3B;
color: #ffffff;
}
#workspaces button:hover {
background: #064E3B;
}
#clock {
background: #064E3B;
}

1
config/waybar/style.css Symbolic link
View File

@ -0,0 +1 @@
/home/inhji/.dotfiles/config/waybar/style-gruvbox.css