[m] Fix dunst pos
This commit is contained in:
@ -12,8 +12,10 @@
|
||||
width = "350";
|
||||
scale = "0";
|
||||
origin = "top-right";
|
||||
offset =
|
||||
"${config.colorScheme.palette.gaps-bar}x${config.colorScheme.palette.gaps-screen}";
|
||||
offset = "${
|
||||
toString ((lib.strings.toInt config.colorScheme.palette.gaps-bar)
|
||||
+ (lib.strings.toInt config.colorScheme.palette.gaps-screen))
|
||||
}x${config.colorScheme.palette.gaps-screen}";
|
||||
notification_limit = "0";
|
||||
progress_bar = "true";
|
||||
progress_bar_height = "10";
|
||||
|
Reference in New Issue
Block a user