waybar: first version of plant style

This commit is contained in:
Inhji 2022-12-04 12:21:41 +01:00
parent e1eba6acbd
commit 8ed5afd71d
3 changed files with 61 additions and 14 deletions

View File

@ -5,8 +5,8 @@
// "width": 1280, // Waybar width
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
"modules-center": [],
"modules-right": ["tray", "network", "custom/stat", "memory", "temperature", "pulseaudio", "clock"],
"modules-center": ["clock"],
"modules-right": ["tray", "network", "custom/stat", "memory", "temperature", "pulseaudio"],
"sway/window": {
},
"sway/mode": {
@ -17,8 +17,9 @@
"spacing": 16
},
"clock": {
"format": "{:%A, %H:%M}",
"tooltip-format": "{:%Y %B}",
"format-alt": "{:%Y-%m-%d}",
"format-alt": "{:%d.%m.%Y}",
"tooltip": false
},
"cpu": {

View File

@ -0,0 +1,44 @@
* {
font-size: 18px;
font-family: Inter;
font-weight: bold;
border-radius: 0;
}
window#waybar {
background: #000000;
color: #ffffff;
}
#sway-mode {
background-color: #330000;
}
widget label {
padding: 0px 20px;
}
#workspaces label {
padding: 0px 0px;
}
#workspaces button {
color: #ffffff;
font-size: 20px;
font-style: italic;
}
#workspaces button.focused {
background: #ffffff;
color: #000000;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #888888;
}
#clock {
padding-right: 0px;
}

View File

@ -6,12 +6,18 @@
}
window#waybar {
background: #000000;
background: #047857;
color: #ffffff;
}
button, button:hover {
background: inherit;
box-shadow: none;
border: none;
}
#sway-mode {
background-color: #330000;
background-color: #6EE7B7;
}
widget label {
@ -28,17 +34,13 @@ widget label {
font-style: italic;
}
#workspaces button.focused {
background: #ffffff;
color: #000000;
background: #064E3B;
color: #ffffff;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #888888;
background: #064E3B;
}
#clock {
padding-right: 0px;
}
background: #064E3B;
}