clean up i3-related configs

This commit is contained in:
Cyryl Płotnicki 2019-10-22 17:25:10 +01:00
parent 68e90ed5dd
commit d274eda194
6 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
"module/weather" = {
type = "custom/script";
interval = 600;
exec = "~/dev/dotfiles/openweathermap-fullfeatured.sh";
exec = "~/dev/dotfiles/nixos/i3/polybar/openweathermap-fullfeatured.sh";
label-font = 2;
};
@ -58,7 +58,7 @@
"module/temperature" = {
type = "custom/script";
interval = 5;
exec = "~/dev/dotfiles/cpu-temp.sh";
exec = "~/dev/dotfiles/nixos/i3/polybar/cpu-temp.sh";
};
"module/memory" = {

View file

@ -45,7 +45,7 @@
};
imports = [
./polybar.nix
./i3.nix
./i3/polybar/polybar.nix
./i3/i3.nix
];
}