Home Gen241 @ 2024-05-07-20:02

This commit is contained in:
Jonas Röger 2024-05-07 20:02:08 +02:00
parent d8c2d5ec5f
commit 7a1559edb7

View File

@ -29,9 +29,9 @@ in {
modules-left = [
"custom/launcher"
"hyprland/workspaces"
"hyprland/window"
];
modules-center = [
"hyprland/window"
];
modules-right = [
"clock"
@ -163,9 +163,6 @@ in {
background-color: rgba(0,119,179,0.6);
}
/*-----modules indv----*/
#workspaces {
margin: 0 0 0 5px;
}
#workspaces button {
padding: 1px 5px;
background-color: transparent;
@ -187,6 +184,11 @@ in {
border-color: #33ccff;
background: rgba(0, 0, 0, 0);
}
#custom-launcher {
background-color: rgba(0,119,179,0.6);
border-radius: 100px;
margin: 5px 5px;
}
#clock,
#battery,