mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Theming waybar to fit DoomOne colors.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
"height": 34,
|
"height": 32,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/logo",
|
"custom/logo",
|
||||||
"hyprland/workspaces"
|
"hyprland/workspaces"
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
font-family: Ubuntu;
|
font-family: Ubuntu;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
@@ -28,8 +29,8 @@ window#waybar.hidden {
|
|||||||
/* Fix weird spacing in materia (waybar #450) */
|
/* Fix weird spacing in materia (waybar #450) */
|
||||||
box-shadow: inset 0 -3px transparent;
|
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 18px;
|
padding: 2px 12px;
|
||||||
margin: 6px 3px;
|
margin: 4px 3px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #1e1e2e;
|
background-color: #1e1e2e;
|
||||||
color: #cdd6f4;
|
color: #cdd6f4;
|
||||||
@@ -63,8 +64,8 @@ window#waybar.hidden {
|
|||||||
#clock,
|
#clock,
|
||||||
#tray {
|
#tray {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin: 6px 3px;
|
margin: 4px 3px;
|
||||||
padding: 6px 12px;
|
padding: 2px 12px;
|
||||||
background-color: #282c34;
|
background-color: #282c34;
|
||||||
color: #282c34;
|
color: #282c34;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user