diff --git a/.config/waybar/config.jsonc##hostname.viking-mate b/.config/waybar/config.jsonc##hostname.viking-mate index 38c2ed9..0a18e50 100644 --- a/.config/waybar/config.jsonc##hostname.viking-mate +++ b/.config/waybar/config.jsonc##hostname.viking-mate @@ -1,140 +1,3 @@ -<<<<<<< HEAD [ { "include": ["base.jsonc", "conf.d/laptop.jsonc"] } ] - -======= -{ - "layer": "bottom", - "output": [ - "eDP-1", - ], - "position": "bottom", - "mod": "dock", - "exclusive": true, - "gtk-layer-shell": true, - "passthrough": false, - "height": 32, - "modules-left": [ - "hyprland/workspaces" - ], - "modules-center": [ - "privacy" - ], - "modules-right": [ - "cpu", - "memory", - "disk", - "network", - "pulseaudio", - "bluetooth", - "battery", - "custom/alhp", - "custom/razer-mouse-battery", - "tray", - "clock", - ], - "hyprland/workspaces": { - "icon-size": 28, - "spacing": 12, - "on-scroll-up": "hyprctl dispatch workspace r+1", - "on-scroll-down": "hyprctl dispatch workspace r-1", - }, - "cpu": { - "interval": 5, - "format": " {usage}%", - }, - "memory": { - "interval": 10, - "format": " {percentage}%", - "tooltip": true, - }, - "disk": { - "interval": 30, - "format": "󰋊 {percentage_used}%", - "tooltip": true, - }, - "mpris": { - "format": "{player_icon} {dynamic}", - "format-paused": "{status_icon} {dynamic}", - "dynamic-len": 50, - "ellipsis": "…", - "player-icons": { - "default": "▶", - "mpv": "🎵", - }, - "status-icons": { - "paused": "⏸", - }, - }, - "network": { - "format-wifi": " {essid} ({signalStrength}%)", - "format-ethernet": " {ifname}", - "format-disconnected": "󰌙 Disconnected", - "tooltip": true, - "tooltip-format": "{ifname} via {gwaddr}", - }, - "pulseaudio": { - "format": "{icon} {volume}%", - "format-muted": " Muted", - "scroll-step": 5, - "on-click": "pavucontrol", - "interval": 30, - "format-icons": { - // match these to the sink NAMES you see in `pactl list sinks` - "alsa_output.usb-SteelSeries_Arctis_7_-00.analog-stereo": "", // SteelSeries headset - "alsa_output.pci-0000_0a_00.4.iec958-stereo": "", // speaker icon for your soundbar - "bluez_output.50_5E_5C_2D_F3_B2.1": "", // Bluetooth earbud icon - "default": [ - "", - "" - ], // fallback (low/hi) - }, - }, - "bluetooth": { - "format": " {status}", - "format-connected": " {device_alias} ({device_battery_percentage}%)", - }, - "battery": { - "states": { - "good": 95, - "warning": 30, - "critical": 20, - }, - "format": "{icon} {capacity}%", - "format-charging": " {capacity}%", - }, - "custom/alhp": { - "exec": "$HOME/.config/waybar/scripts/alhp.sh", - "return-type": "json", - "interval": 60, - "format": "{text}", - "tooltip": true, - }, - "custom/razer-mouse-battery": { - "exec": "$HOME/.config/waybar/scripts/razer_basilisk_v3_pro_battery_info.sh", - "return-type": "json", - "interval": 10, - "format": "{text}", - "tooltip": true, - }, - "tray": { - "icon-size": 18, - "spacing": 4, - }, - "clock": { - "format": "{:%R | %d.%m.%Y}", - "tooltip-format": "{calendar}", - "calendar": { - "mode": "year", - "mode-mon-col": 3, - "weeks-pos": "right", - }, - "actions": { - "on-click-right": "mode", - "on-scroll-up": "shift_up", - "on-scroll-down": "shift_down", - }, - }, -} ->>>>>>> f130af1 (config stash laptop)