Home Gen234 @ 2024-05-07-19:41

This commit is contained in:
Jonas Röger 2024-05-07 19:41:59 +02:00
parent 884fe78773
commit 33b3c96874

View File

@ -29,9 +29,9 @@ in {
modules-left = [
"custom/launcher"
"hyprland/workspaces"
"hyprland/window"
];
modules-center = [
"hyprland/window"
];
modules-right = [
"clock"
@ -155,16 +155,24 @@ in {
}
/*-----module groups----*/
.modules-right {
background-color: rgba(0,43,51,0.85);
margin: 2px 10px 0 0;
/* background-color: rgba(0,43,51,0.85);
margin: 2px 10px 0 0; */
border-style: solid;
border-width: 1px;
border-color: #33ccff;
background: rgba(0, 0, 0, 0);
}
.modules-center {
background-color: rgba(0,43,51,0.85);
margin: 2px 0 0 0;
/* background-color: rgba(0,43,51,0.85);
margin: 2px 0 0 0; */
border-style: solid;
border-width: 1px;
border-color: #33ccff;
background: rgba(0, 0, 0, 0);
}
.modules-left {
margin: 2px 0 0 5px;
background-color: rgba(0,119,179,0.6);
/* margin: 2px 0 0 5px;
background-color: rgba(0,119,179,0.6); */
}
/*-----modules indv----*/
#workspaces button {