Updated config

This commit is contained in:
2024-03-05 00:40:49 +01:00
parent 29a8811800
commit 307d253d9e
17 changed files with 196 additions and 120 deletions

View File

@ -1,5 +1,6 @@
{
"layer": "top",
"position": "bottom",
"modules-left": ["custom/os","hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["cpu","custom/gpu","memory","disk","network","custom/power"],

View File

@ -1,13 +1,17 @@
* {
border: none;
font-family: "Ubuntu Nerd Font";
font-size: 14px;
font-size: 11px;
padding: 0;
margin: 0;
}
window#waybar {
background: transparent;
color: #F8F8F2;
background: #272822;
/* border: 2px solid rgba(255, 255, 255, 0.1); */
/* border-radius: 3px; */
/* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
}
window#waybar.hidden {
@ -24,10 +28,7 @@ window#waybar.hidden {
#workspaces,
#custom-os,
#custom-gpu {
color: @fg;
background: @bg;
margin: 0 8px;
transition: none;
}
#workspaces {}
@ -53,6 +54,5 @@ window#waybar.hidden {
}
#custom-os {
font-size: 24px;
color: rgb(137, 220, 235);
}