JaKooLit / Hyprland-v2.1

This is slight improvement of Hyprland-v2 plus added small waybar customization
The Unlicense
126 stars 23 forks source link

update `cheatsheet.md` - find `hwmon path` quickly #3

Closed jqtmviyu closed 1 year ago

jqtmviyu commented 1 year ago
for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
jqtmviyu commented 1 year ago

Duplicate settings:

https://github.com/JaKooLit/Hyprland-v2.1/blob/2143652eab458526c2c43b540dd4da6a3eb3da2e/config/hypr/hyprland.conf#L14

https://github.com/JaKooLit/Hyprland-v2.1/blob/2143652eab458526c2c43b540dd4da6a3eb3da2e/config/hypr/hyprland.conf#L69

It might be better to put the same project configuration together, instead of overwriting

JaKooLit commented 1 year ago

I have added into cheatsheet the command to find hwmon path. Much appreciated.

I have also edited the hyprland.conf to remove the layout = master. Didnt notice that and luckily didnt cause any issues. And that I really appeciated it as well. Thank you very much