Wed Jun 5 06:36:37 PM CEST 2024
This commit is contained in:
parent
7a629c251d
commit
31389aa08f
|
@ -31,7 +31,7 @@
|
||||||
};
|
};
|
||||||
programs.waybar.settings.mainBar = {
|
programs.waybar.settings.mainBar = {
|
||||||
output = "DP-2";
|
output = "DP-2";
|
||||||
# temperature.hwmon-path = "/sys/class/hwmon/hwmon3/temp2_input";
|
"custom/temperature".exec = "${pkgs.lm_sensors}/bin/sensors | ${pkgs.gnugrep}/bin/grep Tctl | cut -c16-22";
|
||||||
};
|
};
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
|
|
Loading…
Reference in New Issue