From c7831711386fa3140c181216a1b74e68580fd6a2 Mon Sep 17 00:00:00 2001 From: ManOfGoldForever Date: Sat, 4 Apr 2026 02:12:26 -0400 Subject: [PATCH] Updated some stuff --- .pacman.list | 3 ++- .../.config/fish/functions/awww_set_wallpaper.fish | 13 ------------- themes/dracula/.config/sway/config | 3 +++ themes/hacker/.config/fish/config.fish | 2 ++ themes/hacker/.config/gtk-3.0/settings.ini | 8 ++++---- themes/hacker/.config/otter-launcher/config.toml | 6 +++--- themes/hacker/.config/sway/config | 8 +++++++- themes/hacker/.config/xsettingsd/xsettingsd.conf | 8 ++++---- 8 files changed, 25 insertions(+), 26 deletions(-) delete mode 100755 themes/base/.config/fish/functions/awww_set_wallpaper.fish diff --git a/.pacman.list b/.pacman.list index 3289886..58036e8 100644 --- a/.pacman.list +++ b/.pacman.list @@ -7,7 +7,6 @@ alsa-utils asusctl autotiling awesome-terminal-fonts -awww base base-devel bash-completion @@ -162,6 +161,8 @@ pv python python-defusedxml python-packaging +qt5ct +qt6ct quickshell rebuild-detector reflector diff --git a/themes/base/.config/fish/functions/awww_set_wallpaper.fish b/themes/base/.config/fish/functions/awww_set_wallpaper.fish deleted file mode 100755 index dc702ea..0000000 --- a/themes/base/.config/fish/functions/awww_set_wallpaper.fish +++ /dev/null @@ -1,13 +0,0 @@ -function awww_set_wallpaper - set wallpaper $argv[1] - - # Start swww daemon if not running - if not pgrep awww-daemon > /dev/null - awww-daemon & - sleep 1 - end - - # Set wallpaper with animation - awww img "$wallpaper" \ - --transition-type wipe - end diff --git a/themes/dracula/.config/sway/config b/themes/dracula/.config/sway/config index 3ef62c7..1047534 100644 --- a/themes/dracula/.config/sway/config +++ b/themes/dracula/.config/sway/config @@ -26,8 +26,11 @@ set $menu kitty --app-id fsel fsel -r -d set $launcher kitty --app-id otter-launcher otter-launcher set $browser /home/henry/AppImages/helium.appimage set $filemanager kitty -e yazi +focus_on_window_activation focus for_window [app_id="fsel"] border pixel 2 for_window [app_id="otter-launcher"] border pixel 2 +assign [app_id="dev.zed.Zed"] output DP-1 +for_window [app_id="dev.zed.Zed"] focus # -Key bindings- diff --git a/themes/hacker/.config/fish/config.fish b/themes/hacker/.config/fish/config.fish index 958cd0b..31cd5e7 100644 --- a/themes/hacker/.config/fish/config.fish +++ b/themes/hacker/.config/fish/config.fish @@ -8,6 +8,8 @@ oh-my-posh init fish --config ~/.config/oh-my-posh/hacker.omp.json | source alias mntnas="sudo mount -a" +set -gx QT_QPA_PLATFORMTHEME qt6ct + # Set Zed as the default editor set -gx EDITOR /usr/local/bin/zed_sudo_wrapper set -gx VISUAL "zeditor --wait" diff --git a/themes/hacker/.config/gtk-3.0/settings.ini b/themes/hacker/.config/gtk-3.0/settings.ini index c21ec57..ff7f62e 100644 --- a/themes/hacker/.config/gtk-3.0/settings.ini +++ b/themes/hacker/.config/gtk-3.0/settings.ini @@ -1,14 +1,14 @@ [Settings] -gtk-theme-name=Adwaita-dark -gtk-icon-theme-name=Papirus-Dark +gtk-theme-name=caelus +gtk-icon-theme-name=AdwaitaLegacy gtk-font-name=Inter Variable 11 -gtk-cursor-theme-name=Bibata-Original-Ice +gtk-cursor-theme-name=Adwaita gtk-cursor-theme-size=24 gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 gtk-menu-images=0 -gtk-enable-event-sounds=1 +gtk-enable-event-sounds=0 gtk-enable-input-feedback-sounds=0 gtk-xft-antialias=1 gtk-xft-hinting=1 diff --git a/themes/hacker/.config/otter-launcher/config.toml b/themes/hacker/.config/otter-launcher/config.toml index 55f0278..4b563c4 100644 --- a/themes/hacker/.config/otter-launcher/config.toml +++ b/themes/hacker/.config/otter-launcher/config.toml @@ -36,9 +36,9 @@ move_up = 0 [[modules]] -description = "search with brave" -prefix = "br" -cmd = "setsid -f xdg-open 'https://search.brave.com/search?q={}'" +description = "search the web" +prefix = "kg" +cmd = "setsid -f xdg-open 'https://kagi.com/search?q={}'" with_argument = true url_encode = true diff --git a/themes/hacker/.config/sway/config b/themes/hacker/.config/sway/config index 00c80aa..02d69a0 100644 --- a/themes/hacker/.config/sway/config +++ b/themes/hacker/.config/sway/config @@ -2,7 +2,10 @@ include ./monitors include ./exec include ./theme -exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway +exec dbus-update-activation-environment --systemd \ + WAYLAND_DISPLAY \ + XDG_CURRENT_DESKTOP=sway \ + QT_QPA_PLATFORMTHEME=qt6ct set $gnome-schema org.gnome.desktop.interface exec_always { export WLR_NO_HARDWARE_CURSORS=1 @@ -26,8 +29,11 @@ set $menu kitty --app-id fsel fsel -r -d set $launcher kitty --app-id otter-launcher otter-launcher set $browser /home/henry/AppImages/helium.appimage set $filemanager kitty -e yazi +focus_on_window_activation focus for_window [app_id="fsel"] border pixel 2 for_window [app_id="otter-launcher"] border pixel 2 +assign [app_id="dev.zed.Zed"] output DP-1 +for_window [app_id="dev.zed.Zed"] focus # -Key bindings- diff --git a/themes/hacker/.config/xsettingsd/xsettingsd.conf b/themes/hacker/.config/xsettingsd/xsettingsd.conf index b6b1901..a4fb255 100644 --- a/themes/hacker/.config/xsettingsd/xsettingsd.conf +++ b/themes/hacker/.config/xsettingsd/xsettingsd.conf @@ -1,7 +1,7 @@ -Net/ThemeName "Adwaita-dark" -Net/IconThemeName "Papirus-Dark" -Gtk/CursorThemeName "Bibata-Original-Ice" -Net/EnableEventSounds 1 +Net/ThemeName "caelus" +Net/IconThemeName "AdwaitaLegacy" +Gtk/CursorThemeName "Adwaita" +Net/EnableEventSounds 0 EnableInputFeedbackSounds 0 Xft/Antialias 1 Xft/Hinting 1