mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-11-03 22:11:16 +01:00 
			
		
		
		
	dunstrc and tmux
This commit is contained in:
		@@ -75,19 +75,19 @@
 | 
				
			|||||||
[urgency_low]
 | 
					[urgency_low]
 | 
				
			||||||
    # IMPORTANT: colors have to be defined in quotation marks.
 | 
					    # IMPORTANT: colors have to be defined in quotation marks.
 | 
				
			||||||
    # Otherwise the "#" and following would be interpreted as a comment.
 | 
					    # Otherwise the "#" and following would be interpreted as a comment.
 | 
				
			||||||
    background = "#ffa500"
 | 
					    background = "#a62238"
 | 
				
			||||||
    foreground = "#000000"
 | 
					    foreground = "#000000"
 | 
				
			||||||
    timeout = 5
 | 
					    timeout = 5
 | 
				
			||||||
    # Icon for notifications with low urgency, uncomment to enable
 | 
					    # Icon for notifications with low urgency, uncomment to enable
 | 
				
			||||||
    #icon = /path/to/icon
 | 
					    #icon = /path/to/icon
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[urgency_normal]
 | 
					[urgency_normal]
 | 
				
			||||||
    background = "#ffa500"
 | 
					    background = "#a62238"
 | 
				
			||||||
    foreground = "#000000"
 | 
					    foreground = "#000000"
 | 
				
			||||||
    timeout = 5
 | 
					    timeout = 5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[urgency_critical]
 | 
					[urgency_critical]
 | 
				
			||||||
    background = "#ffa500"
 | 
					    background = "#a62238"
 | 
				
			||||||
    foreground = "#000000"
 | 
					    foreground = "#000000"
 | 
				
			||||||
    frame_color = "#000000"
 | 
					    frame_color = "#000000"
 | 
				
			||||||
    timeout = 0
 | 
					    timeout = 0
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,8 +17,8 @@ set-option -g status-bg black # colour213 # pink
 | 
				
			|||||||
set-option -g status-fg cyan
 | 
					set-option -g status-fg cyan
 | 
				
			||||||
set-option -g status-interval 5
 | 
					set-option -g status-interval 5
 | 
				
			||||||
set-option -g status-left-length 30
 | 
					set-option -g status-left-length 30
 | 
				
			||||||
set-option -g status-left '#[fg=magenta]» #[fg=blue,bold]#T#[default]'
 | 
					set-option -g status-left '#[fg=blue,bold]#T#[default]'
 | 
				
			||||||
set-option -g status-right '#[fg=red,bold][[ #(git branch) branch ]] #[fg=cyan]»» #[fg=blue,bold]###S #[fg=magenta]%R %m-%d#(acpi | cut -d ',' -f 2)#[default]'
 | 
					set-option -g status-right '#[fg=blue,bold]###S #[fg=magenta]%R %m-%d#(acpi | cut -d ',' -f 2)#[default]'
 | 
				
			||||||
set-option -g visual-activity on
 | 
					set-option -g visual-activity on
 | 
				
			||||||
set-option -g set-titles on
 | 
					set-option -g set-titles on
 | 
				
			||||||
set-option -g set-titles-string '#H:#S.#I.#P #W #T'
 | 
					set-option -g set-titles-string '#H:#S.#I.#P #W #T'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user