Skip to content

Commit

Permalink
refactor: added window tile, removed scroll actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Jan 1, 2024
1 parent 11d716a commit bdb198d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions homes/common/desktop/wayland/waybar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in {
layer = "top";
position = "top";
output = builtins.map (m: m.name) (builtins.filter (m: !m.noBar) config.monitors);
modules-left = ["hyprland/workspaces"];
modules-left = ["hyprland/workspaces" "hyprland/window"];
modules-center = ["custom/player"];
modules-right = ["tray" "cpu" "memory" "backlight" "pulseaudio" "network" "battery" "clock"];

Expand All @@ -58,8 +58,6 @@ in {

"hyprland/workspaces" = {
all-outputs = true;
on-scroll-up = "hyprctl dispatch workspace e-1";
on-scroll-down = "hyprctl dispatch workspace e+1";
format = "{icon}";
format-icons = {
"1" = "󰎤";
Expand Down

0 comments on commit bdb198d

Please sign in to comment.