redesigns waybar and small hyprland adjustments
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"group/now-playing": {
|
||||
"orientation": "inherit",
|
||||
"modules": [
|
||||
"custom/deezer"
|
||||
]
|
||||
},
|
||||
"group/user-group": {
|
||||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"user",
|
||||
"custom/exit"
|
||||
]
|
||||
},
|
||||
"group/distro-group": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 650,
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/distro",
|
||||
"custom/terminal",
|
||||
"custom/files"
|
||||
]
|
||||
},
|
||||
"group/storage": {
|
||||
"orientation": "vertical",
|
||||
"modules": [
|
||||
"disk#root",
|
||||
"disk#duke",
|
||||
"disk#edwin",
|
||||
"disk#fridolin",
|
||||
"disk#gregor",
|
||||
"disk#nextcloud"
|
||||
]
|
||||
},
|
||||
"group/system": {
|
||||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"temperature",
|
||||
"cpu"
|
||||
]
|
||||
},
|
||||
"group/audio": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 650,
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"pulseaudio",
|
||||
"pulseaudio/slider",
|
||||
"pulseaudio#microphone"
|
||||
]
|
||||
},
|
||||
"group/connections": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"network",
|
||||
"bluetooth"
|
||||
]
|
||||
},
|
||||
"group/tray-group": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"tray"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user