From ab8e7d24b0c77fc8672f3d991de8bac3b68fa3fa Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sun, 9 Jun 2024 16:37:56 -0300 Subject: [PATCH] Revert "radio: files: Remove fnott" This reverts commit 04a6630493ec8591fa86a8a0ce9be4f0dba273d7. --- .../radio/files/.config/fnott/fnott.ini | 67 +++++++++++++++++++ .../radio/files/.config/river/init | 2 +- 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 home-environments/radio/files/.config/fnott/fnott.ini diff --git a/home-environments/radio/files/.config/fnott/fnott.ini b/home-environments/radio/files/.config/fnott/fnott.ini new file mode 100644 index 0000000..0c95d0b --- /dev/null +++ b/home-environments/radio/files/.config/fnott/fnott.ini @@ -0,0 +1,67 @@ +# -*- conf -*- + +# For documentation on these options, see `man fnott.ini` +# Global values +# output=# +# min-width= +max-width=350 +max-height=500 +stacking-order=top-down +# anchor=top-right +# edge-margin-vertical=10 +# edge-margin-horizontal=10 +# notification-margin=10 +# icon-theme=hicolor +max-icon-size=25 +# selection-helper=dmenu +# play-sound=aplay ${filename} +# layer=top + +# Default values, may be overridden in 'urgency' specific sections +background=000000FF + +border-color=ddddddFF +border-size=1 + +padding-vertical=4 +padding-horizontal=10 + +# dpi-aware=auto + +title-font=Meslo LG M DZ:size=9 +title-color=ddddddFF +title-format=%s\n +# title-format=%a%A + +summary-font=Meslo LG M DZ:size=9 +summary-color=ddddddFF +summary-format=%b\n +# summary-format=%s\n + +body-font=Meslo LG M DZ:size=9 +# body-color=7fbbb3FF +body-format= +# body-format=%b\n + +# progress-bar-height=20 +# progress-bar-color=ffffffff + +# sound-file= +# icon= + +# Timeout values are in seconds. 0 to disable +max-timeout=3 +default-timeout=3 +idle-timeout=3 + +# [low] +# background=2b2b2bff +# title-color=888888ff +# summary-color=888888ff +# body-color=888888ff + +# [normal] + +# [critical] +# background=6c3333ff + diff --git a/home-environments/radio/files/.config/river/init b/home-environments/radio/files/.config/river/init index 1216134..7d17992 100755 --- a/home-environments/radio/files/.config/river/init +++ b/home-environments/radio/files/.config/river/init @@ -288,7 +288,7 @@ dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=r spawn ~/.guix-home/profile/libexec/xdg-desktop-portal-wlr spawn ~/.guix-home/profile/libexec/xdg-desktop-portal -for application in gammastep waybar telegram-desktop keepassxc; do +for application in gammastep waybar telegram-desktop fnott keepassxc; do spawn $application done