hyprland: minimal config

This commit is contained in:
Leonardo Eugênio 2024-01-21 00:03:50 -03:00
parent 7b2f97155f
commit 6ad0d3685e
8 changed files with 321 additions and 130 deletions

View file

@ -79,6 +79,8 @@ in
"sway/language" = { format = "{short} {variant}"; };
"hyprland/workspaces" = {
enable-bar-scroll = true;
on-scroll-up = "hyprctl dispatch workspace e-1";
on-scroll-down = "hyprctl dispatch workspace e+1";
format = "{icon}";
format-icons = {
"1" = "";

View file

@ -20,7 +20,8 @@ window#waybar.solo {
background-color: transparent;
border: 3px solid transparent;
}
#workspaces button.focused {
#workspaces button.focused,
#workspaces button.active {
color: @color_txt@;
border-top: 3px solid @accent_color@;
}