Update waybar config and style
This commit is contained in:
+14
-17
@@ -22,20 +22,14 @@
|
|||||||
"network",
|
"network",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"battery",
|
||||||
"disk",
|
"custom/notification"
|
||||||
"battery"
|
|
||||||
],
|
],
|
||||||
"memory": {
|
"custom/notification": {
|
||||||
"interval": 10,
|
"format": "",
|
||||||
"format": "\udb81\ude1a",
|
"tooltip-format": "Notifications",
|
||||||
"tooltip-format": "Memory: {used:0.1f}G/{total:0.1f}G"
|
"on-click": "ags toggle notification-center",
|
||||||
},
|
"on-click-right": "omarchy-toggle-notification-silencing"
|
||||||
"disk": {
|
|
||||||
"interval": 30,
|
|
||||||
"format": "\udb80\udeca",
|
|
||||||
"path": "/",
|
|
||||||
"tooltip-format": "Disk: {used}/{total}"
|
|
||||||
},
|
},
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
@@ -84,12 +78,13 @@
|
|||||||
"interval": 5,
|
"interval": 5,
|
||||||
"format": "\udb80\udf5b",
|
"format": "\udb80\udf5b",
|
||||||
"on-click": "omarchy-launch-or-focus-tui btop",
|
"on-click": "omarchy-launch-or-focus-tui btop",
|
||||||
"on-click-right": "alacritty"
|
"on-click-middle": "alacritty",
|
||||||
|
"on-click-right": "ags toggle sys-monitor"
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:L%A %d %B %H:%M}",
|
"format": "{:L%A %d %B %H:%M}",
|
||||||
"format-alt": "{:L%d %B W%V %Y}",
|
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
|
"on-click": "ags toggle quick-settings",
|
||||||
"on-click-right": "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select"
|
"on-click-right": "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select"
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
@@ -109,7 +104,8 @@
|
|||||||
"tooltip-format-disconnected": "Disconnected",
|
"tooltip-format-disconnected": "Disconnected",
|
||||||
"interval": 3,
|
"interval": 3,
|
||||||
"spacing": 1,
|
"spacing": 1,
|
||||||
"on-click": "omarchy-launch-wifi"
|
"on-click": "omarchy-launch-wifi",
|
||||||
|
"on-click-right": "ags toggle quick-settings"
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{capacity}% {icon}",
|
"format": "{capacity}% {icon}",
|
||||||
@@ -159,7 +155,8 @@
|
|||||||
"format-connected": "\udb80\udcb1",
|
"format-connected": "\udb80\udcb1",
|
||||||
"format-no-controller": "",
|
"format-no-controller": "",
|
||||||
"tooltip-format": "Devices connected: {num_connections}",
|
"tooltip-format": "Devices connected: {num_connections}",
|
||||||
"on-click": "omarchy-launch-bluetooth"
|
"on-click": "omarchy-launch-bluetooth",
|
||||||
|
"on-click-right": "ags toggle quick-settings"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
|
|||||||
@@ -112,3 +112,9 @@ tooltip {
|
|||||||
#custom-notification-silencing-indicator.active {
|
#custom-notification-silencing-indicator.active {
|
||||||
color: #a55555;
|
color: #a55555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-notification {
|
||||||
|
min-width: 16px;
|
||||||
|
margin-left: 7.5px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user