1
0
forked from extern/nix-config

waybar: Move layer to top

Now shows tooltips on top, but at the cost of fullscreen X11
applications not being "truly fullscreen" unless done at the compositor
level.
This commit is contained in:
Donovan Glover 2023-05-13 14:43:41 -04:00
parent 8b77689112
commit c6c927dcfb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -526,7 +526,7 @@
package = hyprland.packages."x86_64-linux".waybar-hyprland;
settings = {
mainBar = {
layer = "bottom";
layer = "top";
position = "left";
width = 30;
modules-left = [ "wlr/workspaces" ];