update
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
"custom/mem",
|
||||
"custom/cpu",
|
||||
"custom/gpu",
|
||||
"custom/network",
|
||||
"custom/disk-root",
|
||||
"custom/disk-gdrive",
|
||||
// "custom/disk-gdrive",
|
||||
"custom/disk-data",
|
||||
"custom/disk-games",
|
||||
// "network",
|
||||
@@ -23,9 +24,16 @@
|
||||
"wireplumber",
|
||||
"tray",
|
||||
"custom/gpu-screen-recorder",
|
||||
"custom/droidcam",
|
||||
"custom/gamemode",
|
||||
"clock"
|
||||
],
|
||||
"custom/network": {
|
||||
"exec": "~/.config/waybar/scripts/network.sh",
|
||||
"interval": 2, // in seconds
|
||||
"format": "{}",
|
||||
"return-type": "json"
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"on-click": "activate"
|
||||
@@ -37,7 +45,7 @@
|
||||
"clock": {
|
||||
"format": "{:%a %d %b %H:%M}",
|
||||
"format-alt": false,
|
||||
"on-click-right": "xdg-open https://calendar.proton.me/u/0/month &> /dev/null & disown",
|
||||
"on-click-right": "xdg-open https://calendar.proton.me/u/0/month > /dev/null ",
|
||||
"tooltip": false,
|
||||
},
|
||||
"cpu": {
|
||||
@@ -63,8 +71,8 @@
|
||||
"hands-free": "",
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
|
||||
"on-click-right": "~/.config/waybar/scripts/audio.sh cycle",
|
||||
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle ",
|
||||
"on-click-right": "~/.config/waybar/scripts/audio.sh cycle ",
|
||||
"on-click-middle": "pavucontrol",
|
||||
"scroll-step": 1
|
||||
},
|
||||
@@ -74,7 +82,7 @@
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/bluetooth_audio.sh",
|
||||
"interval": 3,
|
||||
"on-click": "~/.config/waybar/scripts/bluetooth_audio.sh disconnect & disown"
|
||||
"on-click": "~/.config/waybar/scripts/bluetooth_audio.sh disconnect "
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
@@ -89,7 +97,7 @@
|
||||
"car": "",
|
||||
"default": ["", ""]
|
||||
},
|
||||
"on-click": "pavucontrol & disown"
|
||||
"on-click": "pavucontrol "
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 18,
|
||||
@@ -98,7 +106,7 @@
|
||||
"custom/power": {
|
||||
"format": "",
|
||||
"tooltip": false,
|
||||
"on-click": "~/.config/hypr/scripts/powermenu.sh & disown"
|
||||
"on-click": "~/.config/hypr/scripts/powermenu.sh "
|
||||
},
|
||||
"custom/tlp": {
|
||||
"format": "{}",
|
||||
@@ -123,44 +131,51 @@
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/pixelbuds_pro_control.sh",
|
||||
"interval": 5,
|
||||
"on-click": "~/.config/waybar/scripts/pixelbuds_pro_control.sh connect & disown",
|
||||
"on-click-right": "~/.config/waybar/scripts/pixelbuds_pro_control.sh cycle_anc & disown"
|
||||
"on-click": "~/.config/waybar/scripts/pixelbuds_pro_control.sh connect ",
|
||||
"on-click-right": "~/.config/waybar/scripts/pixelbuds_pro_control.sh cycle_anc "
|
||||
},
|
||||
"custom/audio-output": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"exec": "/home/narl/.config/waybar/scripts/audio.sh show",
|
||||
"on-click": "/home/narl/.config/waybar/scripts/audio.sh cycle & disown",
|
||||
"on-click": "/home/narl/.config/waybar/scripts/audio.sh cycle ",
|
||||
"interval": 1
|
||||
},
|
||||
"custom/gamemode": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/gamemode_status.sh",
|
||||
"on-click": "~/.config/hypr/scripts/gamemode.sh & disown",
|
||||
"on-click": "~/.config/hypr/scripts/gamemode.sh ",
|
||||
"interval": 1
|
||||
},
|
||||
"custom/droidcam": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/droidcam_status.sh",
|
||||
"on-click": "~/.config/hypr/scripts/droidcam-ctrl.sh toggle",
|
||||
"interval": 1
|
||||
},
|
||||
"custom/gpu-screen-recorder": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/gpu-screen-recorder-status.sh",
|
||||
"on-click-right": "~/.config/hypr/scripts/replay-ctrl.sh save & disown",
|
||||
"on-click-middle": "nautilus ~/Videos/replay & disown",
|
||||
"on-click": "~/.config/waybar/scripts/toggle-replay.sh & disown",
|
||||
"on-click-right": "~/.config/hypr/scripts/replay-ctrl.sh save ",
|
||||
"on-click-middle": "nautilus ~/Videos/replay ",
|
||||
"on-click": "~/.config/waybar/scripts/toggle-replay.sh ",
|
||||
"interval": 1
|
||||
},
|
||||
"custom/gpu": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/gpu_info.sh",
|
||||
"on-click": "lact gui & disown",
|
||||
"on-click": "lact gui ",
|
||||
"interval": 3
|
||||
},
|
||||
"custom/cpu": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/cpu_info.sh",
|
||||
"on-click": "zenmonitor & disown",
|
||||
"on-click": "zenmonitor ",
|
||||
"interval": 3
|
||||
},
|
||||
"custom/mem": {
|
||||
|
||||
Reference in New Issue
Block a user