fix: wofi & waybar

This commit is contained in:
Xory 2025-11-01 17:03:36 +02:00
parent d6616b3bb0
commit 3e54c9fb7e
2 changed files with 2 additions and 3 deletions

View file

@ -28,7 +28,7 @@ monitor=,preferred,auto,auto
# Set programs that you use
$terminal = kitty
$menu = wofi --conf "/home/xory/.config/wofi/config/config" --style "/home/xory/.config/wofi/src/mocha/style.css" --show drun
$menu = wofi --conf "/home/xory/.config/wofi/config/config" --style "/home/xory/.config/wofi/src/mocha/style.css" --show run
#################

View file

@ -17,9 +17,7 @@
"cpu",
"memory",
"temperature",
"backlight",
"hyprland/language",
"battery",
"clock",
"tray"
],
@ -116,6 +114,7 @@
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"hwmon-path": "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon1/temp3_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{icon} {temperatureC}°C",