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

@ -6,4 +6,4 @@ sensors="$profile/sensors"
max_temp=`$sensors | $system/egrep -o '[0-9][0-9]\.[0-9]' | $system/sort | $system/uniq | $system/tail -n 1` max_temp=`$sensors | $system/egrep -o '[0-9][0-9]\.[0-9]' | $system/sort | $system/uniq | $system/tail -n 1`
echo "${max_temp}°C" echo " ${max_temp}°C"

View file

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

View file

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