Add Sway session with Waybar and split configs for Hyprland

This commit is contained in:
Fabio Scotto di Santolo
2026-03-31 17:04:05 +02:00
parent e57f2e8253
commit da3c97a35a
19 changed files with 533 additions and 32 deletions

View File

@@ -4,14 +4,19 @@
min-height: 0;
padding: 0;
margin: 0;
font-family: "Liberation Mono", monospace;
font-size: 12px;
}
window#waybar {
background: #1f1f28;
color: #d0d0d0;
border-top: 2px solid #3a3a46;
font-family: "Liberation Mono", "Symbols Nerd Font", monospace;
font-size: 12px;
}
window#waybar * {
font-family: inherit;
font-size: inherit;
}
#workspaces,
@@ -46,9 +51,11 @@ window#waybar {
background: transparent;
}
#workspaces button.active {
#workspaces button.active,
#workspaces button.focused {
background: #4a90d9;
color: #ffffff;
border-top: 2px solid #4a90d9;
border-top: 2px solid #6daeea;
}
#workspaces button.urgent {
@@ -80,7 +87,13 @@ window#waybar {
}
#tray {
padding-right: 12px;
padding: 0 8px;
}
menu,
menuitem {
font-family: "Liberation Sans", sans-serif;
font-size: 11px;
}
tooltip {