fixed dunst dynamic height and added rofi app launcher

This commit is contained in:
2024-12-16 16:04:28 +01:00
parent 749498d65d
commit 4d107cc763
2 changed files with 9 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
width = 300 width = 300
# The maximum height of a single notification, excluding the frame. # The maximum height of a single notification, excluding the frame.
height = 300 height = (0,300)
# Position the notification in the top right corner # Position the notification in the top right corner
origin = top-right origin = top-right

8
.config/rofi/config.rasi Normal file
View File

@@ -0,0 +1,8 @@
configuration {
modes: [ combi ];
combi-modes: [ window, drun, run ];
}
//@theme "Arthur"
@theme "/usr/share/rofi/themes/rounded-blue-dark-copy.rasi"