mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
waybar: add idle_inhibitor; disable most of tooltips; fix startup warnings
This commit is contained in:
parent
d72083420c
commit
d14c4fccfb
4 changed files with 25 additions and 4 deletions
|
|
@ -6,11 +6,13 @@
|
|||
|
||||
"clock": {
|
||||
"format": " {:%a, %d %b %H:%M}", // replace %I with %H for 24h format
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"temperature": {
|
||||
"hwmon-path": "/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.0/hwmon/hwmon3/temp1_input",
|
||||
"format": " {temperatureC}°C"
|
||||
"format": " {temperatureC}°C",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"battery": {
|
||||
|
|
@ -78,6 +80,14 @@
|
|||
"tooltip": false,
|
||||
"on-scroll-up": "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%+",
|
||||
"on-scroll-down": "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%-"
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
}
|
||||
}
|
||||
}
|
||||
// vim: ft=jsonc
|
||||
|
|
|
|||
|
|
@ -13,6 +13,11 @@
|
|||
"niri/language": {
|
||||
"format": " {}",
|
||||
"format-uk": "укр",
|
||||
"format-en": "eng"
|
||||
"format-en": "eng",
|
||||
"tooltip": false
|
||||
},
|
||||
"niri/window": {
|
||||
"swap-icon-label": true,
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue