From 9f28ed91fe031b59d6af63ed705a0584619787c1 Mon Sep 17 00:00:00 2001 From: wholteza Date: Thu, 12 Feb 2026 21:00:14 +0100 Subject: [PATCH] Fix ssh agent setup and waybar config --- .bashrc | 2 +- .config/waybar/config.jsonc | 27 --------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/.bashrc b/.bashrc index 5e42220..a3aa1af 100644 --- a/.bashrc +++ b/.bashrc @@ -172,7 +172,7 @@ alias edit-vim='cd ~/.config/nvim && vim .' hostname=$(cat ~/hostname) if [[ $hostname == "arch-bepis" ]]; then export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock -elif [[ $hostname == "surface-bepis" ]]; then +elif [[ $hostname == "surface" ]]; then export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock elif [[ $hostname == "printer" ]]; then export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 1d84f6b..89c7c21 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,11 +1,8 @@ // -*- mode: jsonc -*- { - // "layer": "top", // Waybar at top layer "position": "bottom", // Waybar position (top|bottom|left|right) "height": 16, // Waybar height (to be removed for auto height) - // "width": 1280, // Waybar width "spacing": 4, // Gaps between modules (4px) - // Choose the order of the modules "modules-left": [ "sway/workspaces", "sway/mode", @@ -13,7 +10,6 @@ "custom/media" ], "modules-center": [ - "sway/window" ], "modules-right": [ "mpd", @@ -25,31 +21,11 @@ "memory", "temperature", "backlight", - // "keyboard-state", - // "sway/language", "battery", - // "battery#bat2", "clock", "tray", "custom/power" ], - // Modules configuration - // "sway/workspaces": { - // "disable-scroll": true, - // "all-outputs": true, - // "warp-on-scroll": false, - // "format": "{name}: {icon}", - // "format-icons": { - // "1": "", - // "2": "", - // "3": "", - // "4": "", - // "5": "", - // "urgent": "", - // "focused": "", - // "default": "" - // } - // }, "keyboard-state": { "numlock": true, "capslock": true, @@ -150,9 +126,6 @@ // "format-full": "", "format-icons": ["", "", "", "", ""] }, - "battery#bat2": { - "bat": "BAT2" - }, "power-profiles-daemon": { "format": "{icon}", "tooltip-format": "Power profile: {profile}\nDriver: {driver}",