Regenerated
This commit is contained in:
+316
-298
File diff suppressed because it is too large
Load Diff
+20
-2
@@ -2692,11 +2692,17 @@ These are config files for waybar
|
|||||||
"transition-left-to-right": true
|
"transition-left-to-right": true
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
|
"custom/myworkspaces-anchor"
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"custom/hypr-workspaces"
|
"custom/hypr-workspaces"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"custom/myworkspaces-anchor": {
|
||||||
|
"format": "WS",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
"group/hardware": {
|
"group/hardware": {
|
||||||
@@ -2706,8 +2712,9 @@ These are config files for waybar
|
|||||||
"transition-left-to-right": true
|
"transition-left-to-right": true
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"pulseaudio",
|
"custom/hardware-anchor"
|
||||||
"pulseaudio/slider",
|
/*"pulseaudio",*/
|
||||||
|
"pulseaudio/slider",
|
||||||
"battery",
|
"battery",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
@@ -2715,6 +2722,11 @@ These are config files for waybar
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"custom/hardware-anchor": {
|
||||||
|
"format": "HW",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
|
|
||||||
@@ -2730,6 +2742,12 @@ These are config files for waybar
|
|||||||
"network"
|
"network"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"custom/connections-anchor": {
|
||||||
|
"format": "CO",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
|
|
||||||
"custom/hypr-workspaces": {
|
"custom/hypr-workspaces": {
|
||||||
|
|||||||
@@ -33,11 +33,17 @@
|
|||||||
"transition-left-to-right": true
|
"transition-left-to-right": true
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
|
"custom/myworkspaces-anchor"
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"custom/hypr-workspaces"
|
"custom/hypr-workspaces"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"custom/myworkspaces-anchor": {
|
||||||
|
"format": "WS",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
"group/hardware": {
|
"group/hardware": {
|
||||||
@@ -47,8 +53,9 @@
|
|||||||
"transition-left-to-right": true
|
"transition-left-to-right": true
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"pulseaudio",
|
"custom/hardware-anchor"
|
||||||
"pulseaudio/slider",
|
/*"pulseaudio",*/
|
||||||
|
"pulseaudio/slider",
|
||||||
"battery",
|
"battery",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
@@ -56,6 +63,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"custom/hardware-anchor": {
|
||||||
|
"format": "HW",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
|
|
||||||
@@ -71,6 +83,12 @@
|
|||||||
"network"
|
"network"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"custom/connections-anchor": {
|
||||||
|
"format": "CO",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
|
|
||||||
"custom/hypr-workspaces": {
|
"custom/hypr-workspaces": {
|
||||||
|
|||||||
Reference in New Issue
Block a user