Home Gen241 @ 2024-05-07-20:02
This commit is contained in:
parent
d8c2d5ec5f
commit
7a1559edb7
@ -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"
|
||||||
@ -163,9 +163,6 @@ in {
|
|||||||
background-color: rgba(0,119,179,0.6);
|
background-color: rgba(0,119,179,0.6);
|
||||||
}
|
}
|
||||||
/*-----modules indv----*/
|
/*-----modules indv----*/
|
||||||
#workspaces {
|
|
||||||
margin: 0 0 0 5px;
|
|
||||||
}
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -187,6 +184,11 @@ in {
|
|||||||
border-color: #33ccff;
|
border-color: #33ccff;
|
||||||
background: rgba(0, 0, 0, 0);
|
background: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
#custom-launcher {
|
||||||
|
background-color: rgba(0,119,179,0.6);
|
||||||
|
border-radius: 100px;
|
||||||
|
margin: 5px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#battery,
|
#battery,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user