update dotfiles

This commit is contained in:
piccihud 2023-09-23 18:18:35 +02:00
parent ab3cd42c2f
commit 13987e414b
2 changed files with 211 additions and 202 deletions

View File

@ -20,7 +20,7 @@
# == Options # == Options
# =================================================================== # ===================================================================
#set preview_images true set preview_images true
# Which viewmode should be used? Possible values are: # Which viewmode should be used? Possible values are:
# miller: Use miller columns which show multiple levels of the hierarchy # miller: Use miller columns which show multiple levels of the hierarchy

View File

@ -24,6 +24,7 @@
//"idle_inhibitor", //"idle_inhibitor",
"memory", "memory",
"cpu", "cpu",
"temperature",
"pulseaudio", "pulseaudio",
"custom/keyboard-layout", "custom/keyboard-layout",
"battery", "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": { "battery": {
"states": { "states": {
// "good": 95, // "good": 95,
@ -62,7 +71,7 @@
"format-plugged": "{capacity}% ", "format-plugged": "{capacity}% ",
// "format-good": "", // An empty format will hide the module // "format-good": "", // An empty format will hide the module
// "format-full": "", // "format-full": "",
"format-icons": ["", "", "", "", ""] "format-icons": [" ", " ", " ", " ", " "]
}, },
"custom/PBPbattery": { "custom/PBPbattery": {
@ -144,19 +153,19 @@
"max-length": 120 "max-length": 120
}, },
// "sway/workspaces": { // "sway/workspaces": {
// "disable-scroll": true, // "disable-scroll": true,
// "disable-markup" : false, // "disable-markup" : false,
// "all-outputs": true, // "all-outputs": true,
// "format": " {icon} ", // "format": " {icon} ",
// //"format":"{icon}", // //"format":"{icon}",
// "format-icons": { // "format-icons": {
// "1": "", // "1": "",
// "2": "", // "2": "",
// "3": "", // "3": "",
// "4": "", // "4": "",
// } // }
// }, // },
"pulseaudio": { "pulseaudio": {
"scroll-step": 1, // %, can be a float "scroll-step": 1, // %, can be a float
@ -206,30 +215,30 @@
"on-scroll-up": "brightnessctl -c backlight set +1%" "on-scroll-up": "brightnessctl -c backlight set +1%"
}, },
// "custom/firefox": { // "custom/firefox": {
// "format": " ", // "format": " ",
// "on-click": "exec firefox", // "on-click": "exec firefox",
// "tooltip": false // "tooltip": false
// }, // },
// //
// "custom/terminal": { // "custom/terminal": {
// "format": " ", // "format": " ",
// "on-click": "exec xfce4-terminal", // "on-click": "exec xfce4-terminal",
// "tooltip": false // "tooltip": false
// }, // },
// //
// "custom/files": { // "custom/files": {
// "format": " ", // "format": " ",
// "on-click": "exec thunar", // "on-click": "exec thunar",
// "tooltip": false // "tooltip": false
// }, // },
// //
// "custom/launcher": { // "custom/launcher": {
// "format":" ", // "format":" ",
// "on-click": "exec wofi -c ~/.config/wofi/config -I", // "on-click": "exec wofi -c ~/.config/wofi/config -I",
// "tooltip": false, // "tooltip": false,
// }, // },
// //
"custom/power": { "custom/power": {
"format":"⏻ ", "format":"⏻ ",
"on-click": "exec ~/.config/waybar/scripts/power-menu.sh", "on-click": "exec ~/.config/waybar/scripts/power-menu.sh",