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; all-outputs = true;
}; };
"custom/weather": { "custom/weather" = {
exec: "python3 ~/.config/waybar/weather.py waybar"; exec = "python3 ~/.config/waybar/weather.py waybar";
restart-interval: 900; restart-interval = 900;
return-type: "json"; return-type = "json";
}, };
"custom/hello-from-waybar" = { "custom/hello-from-waybar" = {
format = "hello {}"; format = "hello {}";
@ -46,9 +46,8 @@
}; };
home.file.".config/waybar" = { home.file.".config/waybar" = {
"weather.py".source = ./config/weather.py; source = ./configs;
"style.css".source = ./config/style.css
# copy the scripts directory recursively # copy the scripts directory recursively
#recursive = true; recursive = true;
}; };
} }