change things
This commit is contained in:
parent
a35aca1564
commit
f57b4f7dd2
7 changed files with 56 additions and 25 deletions
|
|
@ -169,6 +169,10 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
wayland.windowManager.sway = mkIf cfg.sway {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
package = pkgs.swaylock-effects;
|
||||
|
|
@ -254,12 +258,11 @@ in
|
|||
|
||||
* {
|
||||
min-height: 0;
|
||||
text-shadow: 0 0 3px #080C39, 1px 1px black;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
font-size: small;
|
||||
background: none;
|
||||
background: rgba(0,0,0,0.8);
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
|
@ -269,7 +272,14 @@ in
|
|||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background: rgba(155,155,155,0.3);
|
||||
background: rgba(255,255,255,0.8);
|
||||
padding: 0px 1rem;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#workspaces button.inactive:hover {
|
||||
background: rgba(255,255,255,0.4);
|
||||
color: black;
|
||||
}
|
||||
|
||||
.modules-right widget label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue