From 80292db1943c6da9b5b43bcc79c0e4064b5aff63 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 1 Aug 2025 01:10:23 +0200 Subject: [PATCH] feat: use fnott for notifications --- .config/fnott/fnott.ini | 65 ++++++++++++++++++++++++++++++++++++++ .config/hypr/hyprland.conf | 4 +-- setup.sh | 3 +- 3 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 .config/fnott/fnott.ini diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini new file mode 100644 index 0000000..6e7adbc --- /dev/null +++ b/.config/fnott/fnott.ini @@ -0,0 +1,65 @@ +# For documentation on these options, see `man fnott.ini` + +# Global values +# output=# +# min-width=0 +max-width=400 +# max-height=0 +# stacking-order=bottom-up +# anchor=top-right +# edge-margin-vertical=10 +# edge-margin-horizontal=10 +# notification-margin=10 +# icon-theme=hicolor +# max-icon-size=32 +# selection-helper=dmenu +# selection-helper-uses-null-separator=no +# play-sound=aplay ${filename} + +# Default values, may be overridden in 'urgency' specific sections +# layer=top +background=1f2329ff + +border-color=595959aa +border-radius=8 +border-size=1 + +# padding-vertical=20 +# padding-horizontal=20 + +# dpi-aware=no + +# title-font=sans serif +# title-color=ffffffff +# title-format=%a%A + +# summary-font=sans serif +# summary-color=ffffffff +# summary-format=%s\n + +# body-font=sans serif +# body-color=ffffffff +# body-format=%b + +# progress-bar-height=20 +# progress-color=ffffffff +# progress-style=bar + +# sound-file= +# icon= + +# Timeout values are in seconds. 0 to disable +# max-timeout=0 +default-timeout=5 +idle-timeout=300 + +# [low] +# background=2b2b2bff +# title-color=888888ff +# summary-color=888888ff +# body-color=888888ff + +# [normal] + +# [critical] +# background=6c3333ff diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f82730f..bb5b3e0 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -27,7 +27,7 @@ monitor=,preferred,auto,1.0 exec-once = systemctl --user start hypridle.service exec-once = systemctl --user start hyprpolkitagent.service -exec-once = uwsm app -- swaync +exec-once = uwsm app -- fnott exec-once = uwsm app -- waybar exec-once = uwsm app -- pasystray @@ -64,7 +64,7 @@ general { # https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors # col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - col.active_border = rgba(a0a8b7aa) + col.active_border = rgba(a0a8b7ff) # col.active_border = rgba(ffffffaa) col.inactive_border = rgba(595959aa) diff --git a/setup.sh b/setup.sh index fccae04..034959c 100755 --- a/setup.sh +++ b/setup.sh @@ -25,7 +25,7 @@ PKGS=( "zsh" "hyprland" "uwsm" - "swaync" + "fnott" "pipewire" "wireplumber" "hyprpolkitagent" @@ -55,6 +55,7 @@ SYMLINKS=( ".config/dolphinrc" ".config/dunst" ".config/fish" + ".config/fnott" ".config/foot" ".config/frogminer" ".config/ghostty"