mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Refine default waybar
This commit is contained in:
@ -2,30 +2,19 @@
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"spacing": 0,
|
||||
"height": 34,
|
||||
"height": 20,
|
||||
"modules-left": [
|
||||
"custom/logo",
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"memory",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"wireplumber",
|
||||
"cpu",
|
||||
"battery",
|
||||
"custom/power"
|
||||
],
|
||||
"wlr/taskbar": {
|
||||
"format": "{icon}",
|
||||
"on-click": "activate",
|
||||
"on-click-right": "fullscreen",
|
||||
"icon-theme": "WhiteSur",
|
||||
"icon-size": 25,
|
||||
"tooltip-format": "{title}"
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"on-click": "activate",
|
||||
"format": "{icon}",
|
||||
@ -51,21 +40,29 @@
|
||||
"5": []
|
||||
}
|
||||
},
|
||||
"memory": {
|
||||
"interval": 5,
|
||||
"format": " {}%",
|
||||
"max-length": 10
|
||||
"bluetooth": {
|
||||
"format": " ",
|
||||
"format-connected": " {device_alias}",
|
||||
"format-connected-battery": " {device_alias} {device_battery_percentage}%",
|
||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
||||
"on-click": "blueberry"
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 10
|
||||
"cpu": {
|
||||
"interval": 5,
|
||||
"format": "{usage}% ",
|
||||
"max-length": 10,
|
||||
"on-click": "alacritty -e btop"
|
||||
},
|
||||
"clock": {
|
||||
"tooltip-format": "{calendar}",
|
||||
"format-alt": " {:%a, %d %b %Y}",
|
||||
"format": " {:%I:%M %p}"
|
||||
"format": "{:%H:%M}"
|
||||
},
|
||||
"network": {
|
||||
"format-wifi" : "{icon}",
|
||||
"format-wifi" : "{icon} ",
|
||||
"format-icons": ["","","","",""],
|
||||
"format-ethernet": "",
|
||||
"format-alt" : "",
|
||||
@ -78,24 +75,6 @@
|
||||
"interval": 5,
|
||||
"nospacing": 1,
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "{icon}",
|
||||
"format-bluetooth": "",
|
||||
"nospacing": 1,
|
||||
"tooltip-format": "Volume : {volume}%",
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"default": ["","",""]
|
||||
},
|
||||
"on-click": "pamixer -t",
|
||||
"scroll-step": 1
|
||||
},
|
||||
"custom/logo": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
"on-click": "~/.config/rofi/launchers/misc/launcher.sh &"
|
||||
},
|
||||
"battery": {
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-icons": {
|
||||
@ -131,10 +110,5 @@
|
||||
"critical": 10
|
||||
},
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/power": {
|
||||
"format": "",
|
||||
"tooltip": false,
|
||||
"on-click": "~/.config/rofi/powermenu/type-2/powermenu.sh &"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user