Home Gen234 @ 2024-05-07-19:41
This commit is contained in:
parent
884fe78773
commit
33b3c96874
@ -29,9 +29,9 @@ in {
|
|||||||
modules-left = [
|
modules-left = [
|
||||||
"custom/launcher"
|
"custom/launcher"
|
||||||
"hyprland/workspaces"
|
"hyprland/workspaces"
|
||||||
|
"hyprland/window"
|
||||||
];
|
];
|
||||||
modules-center = [
|
modules-center = [
|
||||||
"hyprland/window"
|
|
||||||
];
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"clock"
|
"clock"
|
||||||
@ -155,16 +155,24 @@ in {
|
|||||||
}
|
}
|
||||||
/*-----module groups----*/
|
/*-----module groups----*/
|
||||||
.modules-right {
|
.modules-right {
|
||||||
background-color: rgba(0,43,51,0.85);
|
/* background-color: rgba(0,43,51,0.85);
|
||||||
margin: 2px 10px 0 0;
|
margin: 2px 10px 0 0; */
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: #33ccff;
|
||||||
|
background: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
.modules-center {
|
.modules-center {
|
||||||
background-color: rgba(0,43,51,0.85);
|
/* background-color: rgba(0,43,51,0.85);
|
||||||
margin: 2px 0 0 0;
|
margin: 2px 0 0 0; */
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: #33ccff;
|
||||||
|
background: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
.modules-left {
|
.modules-left {
|
||||||
margin: 2px 0 0 5px;
|
/* margin: 2px 0 0 5px;
|
||||||
background-color: rgba(0,119,179,0.6);
|
background-color: rgba(0,119,179,0.6); */
|
||||||
}
|
}
|
||||||
/*-----modules indv----*/
|
/*-----modules indv----*/
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user