fix: wofi & waybar
This commit is contained in:
parent
d6616b3bb0
commit
3e54c9fb7e
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
||||
#################
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue