clean up i3-related configs
This commit is contained in:
parent
68e90ed5dd
commit
d274eda194
6 changed files with 5 additions and 5 deletions
|
@ -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" = {
|
|
@ -45,7 +45,7 @@
|
|||
};
|
||||
|
||||
imports = [
|
||||
./polybar.nix
|
||||
./i3.nix
|
||||
./i3/polybar/polybar.nix
|
||||
./i3/i3.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue