commit 891b9de2b5e828fee05d3f85deff9134c20d82ab
parent 8f105d2e5feb000b3a3200a09affc3734ce4918f
Author: breadcat <breadcat@users.noreply.github.com>
Date: Tue, 14 Jul 2026 21:19:33 +0100
Bottom panel and bottom right notifications
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/home/wayle.nix b/home/wayle.nix
@@ -13,8 +13,9 @@ in
settings = {
bar = {
border-color = "bg-hover";
- border-location = "bottom";
- border-width = 2;
+ border-location = "top";
+ border-width = 1;
+ location = "bottom";
button-rounding = "none";
button-variant = "basic";
layout = [
@@ -33,6 +34,7 @@ in
dashboard = { icon-color = "fg-muted"; };
hyprland-workspaces = { active-indicator = "underline"; };
media = { icon-type = "default"; label-max-length= "15"; };
+ notifications = { popup-position = "bottom-right"; };
ram = { left-click = "alacritty -e htop"; };
weather = { location = "Huddersfield"; };
window-title = { icon-show = false; };