Changed: Waybar Config
This commit is contained in:
parent
ea50600722
commit
be90521dee
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user