This commit is contained in:
Matt Nish-Lapidus 2025-06-09 08:23:40 -04:00
parent 217e83c04f
commit 27a0273f84
3 changed files with 96 additions and 70 deletions

View file

@ -524,6 +524,7 @@ in
"Mod+Shift+Alt+P" = {
hotkey-overlay.title = "Turn Laptop Display On";
action = spawn "niri" "msg" "output" "eDP-1" "on";
allow-when-locked = true;
};
};
};

View file

@ -225,14 +225,6 @@ window#waybar {
color: #ccc;
}
.modules-left .module {
border-right: 2px #222 solid;
}
.modules-right .module {
border-left: 2px #222 solid;
}
.modules-center {
padding: 0 15px;
}
@ -247,6 +239,8 @@ window#waybar {
#memory {
border-left: 0;
margin-right: 0;
padding-right: 0;
}
#taskbar {
@ -298,12 +292,9 @@ window#waybar {
}
#mpris {
border-left: 2px #222 solid;
border-right: 0
}
#workspaces {
border-right: 0;
}
#workspaces button {