Changed: Waybar Config
This commit is contained in:
		@@ -27,11 +27,11 @@
 | 
			
		||||
                    all-outputs = true;
 | 
			
		||||
                };
 | 
			
		||||
 | 
			
		||||
                "custom/weather": {
 | 
			
		||||
                    exec: "python3 ~/.config/waybar/weather.py waybar";
 | 
			
		||||
                    restart-interval: 900;
 | 
			
		||||
                    return-type: "json";
 | 
			
		||||
                },
 | 
			
		||||
                "custom/weather" = {
 | 
			
		||||
                    exec = "python3 ~/.config/waybar/weather.py waybar";
 | 
			
		||||
                    restart-interval = 900;
 | 
			
		||||
                    return-type = "json";
 | 
			
		||||
                };
 | 
			
		||||
 | 
			
		||||
                "custom/hello-from-waybar" = {
 | 
			
		||||
                    format = "hello {}";
 | 
			
		||||
@@ -46,9 +46,8 @@
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    home.file.".config/waybar" = {
 | 
			
		||||
        "weather.py".source = ./config/weather.py;
 | 
			
		||||
        "style.css".source = ./config/style.css
 | 
			
		||||
        source = ./configs;
 | 
			
		||||
        # copy the scripts directory recursively
 | 
			
		||||
        #recursive = true;
 | 
			
		||||
        recursive = true;
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user