change hyprland.conf for new lua format and other changes
This commit is contained in:
parent
ee1f0fa529
commit
911f404dd7
3 changed files with 6 additions and 592 deletions
|
|
@ -181,7 +181,7 @@
|
|||
"orientation": "inherit",
|
||||
"modules": [
|
||||
"clock",
|
||||
"custom/weather",
|
||||
"custom/meteobar",
|
||||
"idle_inhibitor"
|
||||
]
|
||||
},
|
||||
|
|
@ -285,13 +285,11 @@
|
|||
"on-click": "exec kitty --class nmnet --single-instance -e nmtui",
|
||||
"interval": 5
|
||||
},
|
||||
"custom/weather": {
|
||||
"exec": "python ~/.config/waybar/scripts/weather.py",
|
||||
"restart-interval": 300,
|
||||
"format": "{} ",
|
||||
"return-type": "json",
|
||||
"on-click": "xdg-open https://weather.com/en-IN/weather/today/l/e42bb25a58c2e689ec85e632d82e69d7e46c82defb9ad7a5551b6c3a70fbc282"
|
||||
// "format-alt": "{alt}",
|
||||
"custom/meteobar": {
|
||||
"exec": "meteobar --location 'Santo Domingo' --icons 'emoji'",
|
||||
"return-type": "json",
|
||||
"interval": 900,
|
||||
"tooltip": true
|
||||
},
|
||||
"custom/gpu-usage": {
|
||||
"exec": "cat /sys/class/hwmon/hwmon1/device/gpu_busy_percent",
|
||||
|
|
|
|||
|
|
@ -343,4 +343,3 @@ window#waybar.hidden {
|
|||
transition: none;
|
||||
background: #282a36;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue