diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-12-23 14:03:02 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-12-23 14:03:02 +0200 |
| commit | e3567781db43e840587903fd0ca0b3a16e9202ef (patch) | |
| tree | 609143f2f9a2f030d911e18be127190850c030e4 /.config/dunst | |
| parent | 26b9ff01382a0bb4a7363a54a14cad173d10d172 (diff) | |
| download | dotfiles-e3567781db43e840587903fd0ca0b3a16e9202ef.tar dotfiles-e3567781db43e840587903fd0ca0b3a16e9202ef.tar.gz dotfiles-e3567781db43e840587903fd0ca0b3a16e9202ef.zip | |
Updated configs for Funtoo
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 5411a22..d10c054 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -18,18 +18,9 @@ follow = mouse # The geometry of the window: - # [{width}]x{height}[+/-{x}+/-{y}] - # The geometry of the message window. - # The height is measured in number of notifications everything else - # in pixels. If the width is omitted but the height is given - # ("-geometry x2"), the message window expands over the whole screen - # (dmenu-like). If width is 0, the window expands to the longest - # message displayed. A positive x is measured from the left, a - # negative from the right side of the screen. Y is measured from - # the top and down respectively. - # The width can be negative. In this case the actual width is the - # screen width minus the width defined in within the geometry option. - geometry = "400x5-30-20" + width = 400 + origin = bottom-right + offset = 30x20 # Turn on the progess bar progress_bar = true @@ -45,7 +36,7 @@ progress_bar_min_width = 150 # Set the maximum width for the progress bar - progress_bar_max_width = 300 + progress_bar_max_width = 400 # Show how many messages are currently hidden (because of geometry). @@ -104,6 +95,9 @@ # section for how to disable this if necessary idle_threshold = 120 + # Sort messages by urgency. + sort = no + ### Text ### font = Noto Sans 11 |
