custom-hypr - add config hypr
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"memory",
|
||||
"cpu",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/l_end",
|
||||
"custom/cava",
|
||||
"custom/r_end",
|
||||
@@ -39,11 +40,18 @@
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/padd",
|
||||
|
||||
|
||||
"custom/l_end",
|
||||
"hyprland/workspaces",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/l_end",
|
||||
"backlight",
|
||||
"network",
|
||||
"pulseaudio",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/l_end",
|
||||
"privacy",
|
||||
"tray",
|
||||
@@ -51,6 +59,20 @@
|
||||
"custom/padd",
|
||||
],
|
||||
// sourced from modules based on config.ctl //
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"rotate": 0,
|
||||
"all-outputs": true,
|
||||
"active-only": false,
|
||||
"on-click": "activate",
|
||||
"disable-scroll": false,
|
||||
"on-scroll-up": "hyprctl dispatch workspace -1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace +1",
|
||||
"persistent-workspaces": {
|
||||
}
|
||||
},
|
||||
|
||||
"custom/cava": {
|
||||
"format": "{}",
|
||||
"exec": "waybar_cava.sh",
|
||||
@@ -74,7 +96,7 @@
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": "| {usage}%",
|
||||
"format": " {usage}%",
|
||||
"rotate": 0,
|
||||
"format-alt": "{icon0}{icon1}{icon2}{icon3}",
|
||||
"format-icons": [
|
||||
@@ -95,7 +117,7 @@
|
||||
"m": 30, // medium
|
||||
},
|
||||
"interval": 30,
|
||||
"format": " {used}gb|",
|
||||
"format": " {used}gb",
|
||||
"rotate": 0,
|
||||
"format-m": " {used}gb",
|
||||
"format-h": " {used}gb",
|
||||
@@ -284,9 +306,9 @@
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user