mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	dunst: re-enable notification icons
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
[global]
 | 
			
		||||
    font = Noto Sans 9.5
 | 
			
		||||
    font = sans-serif 9.5
 | 
			
		||||
    
 | 
			
		||||
    # Allow a small subset of html markup:
 | 
			
		||||
    #   <b>bold</b>
 | 
			
		||||
@@ -21,7 +21,7 @@
 | 
			
		||||
    #   %I  iconname (without its path)
 | 
			
		||||
    #   %p  progress value if set ([  0%] to [100%]) or nothing
 | 
			
		||||
    # Markup is allowed
 | 
			
		||||
    format = "<b>%s</b>\n%b"
 | 
			
		||||
    format = "<b>%s %p</b>\n%b"
 | 
			
		||||
    
 | 
			
		||||
    # Sort messages by urgency.
 | 
			
		||||
    sort = yes
 | 
			
		||||
@@ -51,7 +51,6 @@
 | 
			
		||||
    # Ignore newlines '\n' in notifications.
 | 
			
		||||
    ignore_newline = no
 | 
			
		||||
    
 | 
			
		||||
    
 | 
			
		||||
    # The geometry of the window:
 | 
			
		||||
    #   [{width}]x{height}[+/-{x}+/-{y}]
 | 
			
		||||
    # The geometry of the message window.
 | 
			
		||||
@@ -66,16 +65,16 @@
 | 
			
		||||
    # screen width minus the width defined in within the geometry option.
 | 
			
		||||
 | 
			
		||||
    # 53 = 30 + 23 (bar-height)
 | 
			
		||||
    geometry = "300x5-30+52"
 | 
			
		||||
    geometry = "300x5-30+30"
 | 
			
		||||
    
 | 
			
		||||
    # Shrink window if it's smaller than the width.  Will be ignored if
 | 
			
		||||
    # width is 0.
 | 
			
		||||
    shrink = no
 | 
			
		||||
    shrink = yes
 | 
			
		||||
    
 | 
			
		||||
    # The transparency of the window.  Range: [0; 100].
 | 
			
		||||
    # This option will only work if a compositing windowmanager is
 | 
			
		||||
    # present (e.g. xcompmgr, compiz, etc.).
 | 
			
		||||
    # transparency = 10
 | 
			
		||||
    transparency = 10
 | 
			
		||||
    
 | 
			
		||||
    # Don't remove messages, if the user is idle (no mouse or keyboard input)
 | 
			
		||||
    # for longer than idle_threshold seconds.
 | 
			
		||||
@@ -103,7 +102,7 @@
 | 
			
		||||
    sticky_history = yes
 | 
			
		||||
    
 | 
			
		||||
    # Maximum amount of notifications kept in history
 | 
			
		||||
    history_length = 20
 | 
			
		||||
    history_length = 100
 | 
			
		||||
    
 | 
			
		||||
    # Display indicators for URLs (U) and actions (A).
 | 
			
		||||
    show_indicators = no
 | 
			
		||||
@@ -122,7 +121,7 @@
 | 
			
		||||
    padding = 12
 | 
			
		||||
    
 | 
			
		||||
    # Horizontal padding.
 | 
			
		||||
    horizontal_padding = 20
 | 
			
		||||
    horizontal_padding = 16
 | 
			
		||||
    
 | 
			
		||||
    # Define a color for the separator.
 | 
			
		||||
    # possible values are:
 | 
			
		||||
@@ -144,7 +143,10 @@
 | 
			
		||||
    browser = /usr/bin/chromium
 | 
			
		||||
 | 
			
		||||
    # Align icons left/right/off
 | 
			
		||||
    icon_position = off
 | 
			
		||||
    icon_position = left
 | 
			
		||||
 | 
			
		||||
    # Scale larger icons down to this size, set to 0 to disable
 | 
			
		||||
    max_icon_size = 44
 | 
			
		||||
 | 
			
		||||
    # Paths to default icons.
 | 
			
		||||
    icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user