mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 07:52:42 +01:00 
			
		
		
		
	fix: add global /etc/xdg/waybar back. fixes #714
This commit is contained in:
		| @@ -162,6 +162,7 @@ std::tuple<const std::string, const std::string> waybar::Client::getConfigs( | ||||
|                                           "$XDG_CONFIG_HOME/waybar/config", | ||||
|                                           "$HOME/.config/waybar/config", | ||||
|                                           "$HOME/waybar/config", | ||||
|                                           "/etc/xdg/waybar/config", | ||||
|                                           SYSCONFDIR "/xdg/waybar/config", | ||||
|                                           "./resources/config", | ||||
|                                       }) | ||||
| @@ -170,6 +171,7 @@ std::tuple<const std::string, const std::string> waybar::Client::getConfigs( | ||||
|                                       "$XDG_CONFIG_HOME/waybar/style.css", | ||||
|                                       "$HOME/.config/waybar/style.css", | ||||
|                                       "$HOME/waybar/style.css", | ||||
|                                       "/etc/xdg/waybar/style.css", | ||||
|                                       SYSCONFDIR "/xdg/waybar/style.css", | ||||
|                                       "./resources/style.css", | ||||
|                                   }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Minijackson
					Minijackson