From 4d107cc763cf8b402fc18906b7660cc01c451f8b Mon Sep 17 00:00:00 2001 From: Amy Retzerau Date: Mon, 16 Dec 2024 16:04:28 +0100 Subject: [PATCH] fixed dunst dynamic height and added rofi app launcher --- .config/dunst/dunstrc | 2 +- .config/rofi/config.rasi | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .config/rofi/config.rasi diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index be5793c..7a05247 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,7 +27,7 @@ width = 300 # The maximum height of a single notification, excluding the frame. - height = 300 + height = (0,300) # Position the notification in the top right corner origin = top-right diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..3b2b22a --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,8 @@ +configuration { + modes: [ combi ]; + combi-modes: [ window, drun, run ]; +} + +//@theme "Arthur" + +@theme "/usr/share/rofi/themes/rounded-blue-dark-copy.rasi"