mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 14:54:21 +02:00
dunst: make the 1.7.0 migration
Keep using master as I want the scaling fix for icons, not in 1.7.3.
This commit is contained in:
parent
4e53544290
commit
a81a2ba169
2 changed files with 8 additions and 4 deletions
|
@ -46,7 +46,7 @@ unstable but some of them are pulled from Nix.
|
||||||
|
|
||||||
However, I am recompiling some stuff to get more recent versions:
|
However, I am recompiling some stuff to get more recent versions:
|
||||||
|
|
||||||
- `dunst` (check `vbe/master` branch)
|
- `dunst` (`master` branch)
|
||||||
- `picom` (`next` branch)
|
- `picom` (`next` branch)
|
||||||
- `polybar` (check `vbe/master` branch)
|
- `polybar` (check `vbe/master` branch)
|
||||||
- `xsecurelock` (check `vbe/master` branch)
|
- `xsecurelock` (check `vbe/master` branch)
|
||||||
|
|
|
@ -4,10 +4,13 @@
|
||||||
follow = none
|
follow = none
|
||||||
|
|
||||||
# Appearance
|
# Appearance
|
||||||
geometry = "400x7-15+15"
|
width = 400
|
||||||
|
height = 100
|
||||||
|
offset = 15x15
|
||||||
|
origin = top-right
|
||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
shrink = no
|
shrink = no
|
||||||
notification_height = 0
|
notification_limit = 6
|
||||||
separator_height = 2
|
separator_height = 2
|
||||||
separator_color = frame
|
separator_color = frame
|
||||||
padding = 8
|
padding = 8
|
||||||
|
@ -38,7 +41,7 @@
|
||||||
format = "<b>%s</b>\n%b"
|
format = "<b>%s</b>\n%b"
|
||||||
markup = full
|
markup = full
|
||||||
alignment = left
|
alignment = left
|
||||||
vertical_alignment = center
|
vertical_alignment = top
|
||||||
word_wrap = no
|
word_wrap = no
|
||||||
ellipsize = end
|
ellipsize = end
|
||||||
ignore_newline = no
|
ignore_newline = no
|
||||||
|
@ -53,6 +56,7 @@
|
||||||
icon_position = left
|
icon_position = left
|
||||||
min_icon_size = 32
|
min_icon_size = 32
|
||||||
max_icon_size = 32
|
max_icon_size = 32
|
||||||
|
enable_recursive_icon_lookup = true
|
||||||
icon_path = /usr/share/icons/Adwaita:/usr/share/icons/hicolor:/usr/share/icons/gnome
|
icon_path = /usr/share/icons/Adwaita:/usr/share/icons/hicolor:/usr/share/icons/gnome
|
||||||
|
|
||||||
# History
|
# History
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue