Browse Source

waybar modules

pull/8/head
JaKooLit 2 years ago
parent
commit
5c74d4b66c
  1. 13
      config/waybar/modules

13
config/waybar/modules

@ -195,12 +195,12 @@
"capslock": true, "capslock": true,
"format": { "format": {
"numlock": "N {icon}", "numlock": "N {icon}",
"capslock": "󰪛 {icon}" "capslock":"󰪛 {icon}",
}, },
"format-icons": { "format-icons": {
"locked": "", "locked": "",
"unlocked": "" "unlocked": ""
} },
}, },
"memory": { "memory": {
@ -263,12 +263,12 @@
"temperature": { "temperature": {
"interval": 10, "interval": 10,
"tooltip": false, "tooltip": false,
//"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", //"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
"thermal-zone": 0, "thermal-zone": 2,
"critical-threshold": 82, "critical-threshold": 82,
"format-critical": "{temperatureC}°C {icon}", "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}",
"format-icons": ["󰈸"], "format-icons": [""],
"on-click-right": "foot --title nvtop sh -c 'nvtop'" "on-click-right": "foot --title nvtop sh -c 'nvtop'"
}, },
@ -347,8 +347,7 @@
"custom/power": { "custom/power": {
"format": "⏻ ", "format": "⏻ ",
"tooltip": false, "tooltip": false,
//"on-click": "sh -c '(sleep 0.5s; wlogout --protocol layer-shell)' & disown", "on-click": "$HOME/.config/hypr/scripts/Wlogout.sh",
"on-click": "$HOME/.config/hypr/scripts/WofiPower.sh",
"on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
}, },

Loading…
Cancel
Save