redesigns waybar and small hyprland adjustments
This commit is contained in:
+26
-65
@@ -5,24 +5,30 @@
|
||||
"output": [
|
||||
"HDMI-A-1"
|
||||
],
|
||||
"margin-top": 14,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 14,
|
||||
"margin-right": 14,
|
||||
"margin-left": 20,
|
||||
"margin-right": 20,
|
||||
"spacing": 0,
|
||||
"include": [
|
||||
"~/.config/waybar/modules.jsonc"
|
||||
"./modules/groups.jsonc",
|
||||
"./modules/distro.jsonc",
|
||||
"./modules/storage.jsonc",
|
||||
"./modules/system.jsonc",
|
||||
"./modules/workspace.jsonc",
|
||||
"./modules/audio.jsonc",
|
||||
"./modules/connections.jsonc",
|
||||
"./modules/tray-notif.jsonc"
|
||||
],
|
||||
"modules-left": [
|
||||
"group/workspaces"
|
||||
"hyprland/workspaces",
|
||||
"hyprland/window"
|
||||
],
|
||||
// Load Modules
|
||||
"modules-center": [
|
||||
],
|
||||
"modules-right": [
|
||||
"mpd",
|
||||
"group/hardware",
|
||||
"tray"
|
||||
"mpris",
|
||||
"group/audio",
|
||||
"group/tray-group",
|
||||
"group/connections"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -34,66 +40,21 @@
|
||||
"DP-2"
|
||||
],
|
||||
"include": [
|
||||
"~/.config/waybar/modules.jsonc"
|
||||
"./modules/clock.jsonc",
|
||||
"./modules/system.jsonc",
|
||||
"./modules/groups.jsonc",
|
||||
"./modules/storage.jsonc"
|
||||
],
|
||||
"modules-left": [
|
||||
"clock#time",
|
||||
"clock#date"
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"cpu",
|
||||
"privacy",
|
||||
"user",
|
||||
"custom/exit"
|
||||
],
|
||||
"clock#time": {
|
||||
"format": "{:%H:%M:%S}",
|
||||
"interval": 1,
|
||||
"tooltip": false
|
||||
},
|
||||
"clock#date": {
|
||||
"format": "{:%A %d %h %G}",
|
||||
"tooltip-format": "<tt><big>{calendar}</big></tt>"
|
||||
},
|
||||
"user": {
|
||||
"format": "{user} (up {work_d} days)",
|
||||
"interval": 60,
|
||||
"height": 30,
|
||||
"width": 30,
|
||||
"icon": true,
|
||||
},
|
||||
"privacy": {
|
||||
"icon-spacing": 4,
|
||||
"icon-size": 18,
|
||||
"transition-duration": 250,
|
||||
"modules": [
|
||||
{
|
||||
"type": "screenshare",
|
||||
"tooltip": true,
|
||||
"tooltip-icon-size": 24
|
||||
},
|
||||
{
|
||||
"type": "audio-out",
|
||||
"tooltip": true,
|
||||
"tooltip-icon-size": 24
|
||||
},
|
||||
{
|
||||
"type": "audio-in",
|
||||
"tooltip": true,
|
||||
"tooltip-icon-size": 24
|
||||
}
|
||||
],
|
||||
"ignore-monitor": true,
|
||||
"ignore": [
|
||||
{
|
||||
"type": "audio-in",
|
||||
"name": "cava"
|
||||
},
|
||||
{
|
||||
"type": "screenshare",
|
||||
"name": "obs"
|
||||
}
|
||||
]
|
||||
}
|
||||
"group/storage",
|
||||
"memory",
|
||||
"cpu#bars",
|
||||
"group/user-group"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user