From 9ef520c6a8fa687317f92558e186928177f5eda5 Mon Sep 17 00:00:00 2001 From: piccihud Date: Mon, 5 Feb 2024 21:41:21 +0100 Subject: [PATCH] update dotfiles --- .bashrc | 2 +- .profile | 1 + waybar/config | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 368de06..e507c0f 100644 --- a/.bashrc +++ b/.bashrc @@ -124,7 +124,7 @@ export PATH="$PATH:HOME/.local/bin:$HOME/bin:$HOME/.local/share/flatpak/exports/ # alias -alias update="anytype.update.sh && sudo apt update && sudo apt upgrade ; sudo apt autoremove ; flatpak upgrade -y ; flatpak uninstall --unused -y" +alias update="anytype.update.sh && sudo apt update && sudo apt upgrade ; sudo apt autoremove ; flatpak upgrade -y ; flatpak uninstall --unused -y ; pipx upgrade-all" alias ll='exa -lh --icons' alias install="sudo apt install --no-install-recommends" alias purge="sudo apt purge -y" diff --git a/.profile b/.profile index 002c5f9..060f9e4 100644 --- a/.profile +++ b/.profile @@ -33,6 +33,7 @@ export QT_SCREEN_SCALE_FACTORS="1;1" export XDG_SESSION_TYPE=wayland export GDK_BACKEND=wayland export QT_QPA_PLATFORM=wayland +export QT_QPA_PLATFORMTHEME=qt5ct export SDL_VIDEODRIVER=wayland export XDG_SESSION_DESKTOP=sway export AWT_TOOLKIT=MToolkit diff --git a/waybar/config b/waybar/config index 1219412..1f81b45 100644 --- a/waybar/config +++ b/waybar/config @@ -121,7 +121,7 @@ "memory": { "interval": 5, "format": " {}% | ", // Icon: memory - "on-click": "alacritty -e 'btop'", + "on-click": "kitty -e 'btop'", "states": { "warning": 70, "critical": 90 @@ -134,7 +134,7 @@ "format-ethernet": " {ifname}: {ipaddr}/{cidr}", // Icon: ethernet "format-disconnected": "⚠ Disconnected", "tooltip-format": "{ifname}: {ipaddr}", - "on-click": "alacritty -e 'nmtui'", + "on-click": "kitty -e 'nmtui'", }, "network#vpn": { "interface": "tun0",