Changed: Waybar Config

This commit is contained in:
DerGrumpf 2025-04-06 22:19:50 +02:00
parent ea50600722
commit be90521dee
2 changed files with 7 additions and 8 deletions

View File

@ -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;
};
}