update dotfiles
This commit is contained in:
parent
ab3cd42c2f
commit
13987e414b
|
@ -20,7 +20,7 @@
|
|||
# == Options
|
||||
# ===================================================================
|
||||
|
||||
#set preview_images true
|
||||
set preview_images true
|
||||
|
||||
# Which viewmode should be used? Possible values are:
|
||||
# miller: Use miller columns which show multiple levels of the hierarchy
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
//"idle_inhibitor",
|
||||
"memory",
|
||||
"cpu",
|
||||
"temperature",
|
||||
"pulseaudio",
|
||||
"custom/keyboard-layout",
|
||||
"battery",
|
||||
|
@ -51,6 +52,14 @@
|
|||
}
|
||||
},
|
||||
|
||||
"temperature": {
|
||||
// "thermal-zone": 2,
|
||||
// "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
|
||||
// "critical-threshold": 80,
|
||||
// "format-critical": "{temperatureC}°C ",
|
||||
"format": "{temperatureC}°C |"
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
// "good": 95,
|
||||
|
@ -62,7 +71,7 @@
|
|||
"format-plugged": "{capacity}% ",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
// "format-full": "",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
"format-icons": [" ", " ", " ", " ", " "]
|
||||
},
|
||||
|
||||
"custom/PBPbattery": {
|
||||
|
@ -144,19 +153,19 @@
|
|||
"max-length": 120
|
||||
},
|
||||
|
||||
// "sway/workspaces": {
|
||||
// "disable-scroll": true,
|
||||
// "disable-markup" : false,
|
||||
// "all-outputs": true,
|
||||
// "format": " {icon} ",
|
||||
// //"format":"{icon}",
|
||||
// "format-icons": {
|
||||
// "1": "",
|
||||
// "2": "",
|
||||
// "3": "",
|
||||
// "4": "",
|
||||
// }
|
||||
// },
|
||||
// "sway/workspaces": {
|
||||
// "disable-scroll": true,
|
||||
// "disable-markup" : false,
|
||||
// "all-outputs": true,
|
||||
// "format": " {icon} ",
|
||||
// //"format":"{icon}",
|
||||
// "format-icons": {
|
||||
// "1": "",
|
||||
// "2": "",
|
||||
// "3": "",
|
||||
// "4": "",
|
||||
// }
|
||||
// },
|
||||
|
||||
"pulseaudio": {
|
||||
"scroll-step": 1, // %, can be a float
|
||||
|
@ -206,30 +215,30 @@
|
|||
"on-scroll-up": "brightnessctl -c backlight set +1%"
|
||||
},
|
||||
|
||||
// "custom/firefox": {
|
||||
// "format": " ",
|
||||
// "on-click": "exec firefox",
|
||||
// "tooltip": false
|
||||
// },
|
||||
//
|
||||
// "custom/terminal": {
|
||||
// "format": " ",
|
||||
// "on-click": "exec xfce4-terminal",
|
||||
// "tooltip": false
|
||||
// },
|
||||
//
|
||||
// "custom/files": {
|
||||
// "format": " ",
|
||||
// "on-click": "exec thunar",
|
||||
// "tooltip": false
|
||||
// },
|
||||
//
|
||||
// "custom/launcher": {
|
||||
// "format":" ",
|
||||
// "on-click": "exec wofi -c ~/.config/wofi/config -I",
|
||||
// "tooltip": false,
|
||||
// },
|
||||
//
|
||||
// "custom/firefox": {
|
||||
// "format": " ",
|
||||
// "on-click": "exec firefox",
|
||||
// "tooltip": false
|
||||
// },
|
||||
//
|
||||
// "custom/terminal": {
|
||||
// "format": " ",
|
||||
// "on-click": "exec xfce4-terminal",
|
||||
// "tooltip": false
|
||||
// },
|
||||
//
|
||||
// "custom/files": {
|
||||
// "format": " ",
|
||||
// "on-click": "exec thunar",
|
||||
// "tooltip": false
|
||||
// },
|
||||
//
|
||||
// "custom/launcher": {
|
||||
// "format":" ",
|
||||
// "on-click": "exec wofi -c ~/.config/wofi/config -I",
|
||||
// "tooltip": false,
|
||||
// },
|
||||
//
|
||||
"custom/power": {
|
||||
"format":"⏻ ",
|
||||
"on-click": "exec ~/.config/waybar/scripts/power-menu.sh",
|
||||
|
|
Loading…
Reference in New Issue