hyprland: minimal config
This commit is contained in:
parent
7b2f97155f
commit
6ad0d3685e
8 changed files with 321 additions and 130 deletions
|
@ -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" = "";
|
||||
|
|
|
@ -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@;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue