From 520ab6ecddf37e94bd660eb38e2cf1993c0322a1 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 8 Jun 2025 18:33:48 -0400 Subject: [PATCH] Removed extras from bashrc, removed monitors.conf, changed menu to wofi for keybind --- dot_bashrc | 16 ---------------- dot_config/hypr/hyprland.conf.d/keybinds.conf | 2 +- dot_config/hypr/hyprland.conf.d/monitors.conf | 7 ------- dot_config/hyprpanel/config.json | 16 +++++++++++----- 4 files changed, 12 insertions(+), 29 deletions(-) delete mode 100644 dot_config/hypr/hyprland.conf.d/monitors.conf diff --git a/dot_bashrc b/dot_bashrc index fe2599c..cad361f 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -28,19 +28,3 @@ fi eval "$(zoxide init bash)" export HSA_OVERRIDE_GFX_VERSION=10.3.0 unset rc - -# >>> conda initialize >>> -# !! Contents within this block are managed by 'conda init' !! -__conda_setup="$('/usr/bin/conda' 'shell.bash' 'hook' 2>/dev/null)" -if [ $? -eq 0 ]; then - eval "$__conda_setup" -else - if [ -f "/usr/etc/profile.d/conda.sh" ]; then - . "/usr/etc/profile.d/conda.sh" - else - export PATH="/usr/bin:$PATH" - fi -fi -unset __conda_setup -# <<< conda initialize <<< -. "$HOME/.cargo/env" diff --git a/dot_config/hypr/hyprland.conf.d/keybinds.conf b/dot_config/hypr/hyprland.conf.d/keybinds.conf index 4a4d379..3603caa 100644 --- a/dot_config/hypr/hyprland.conf.d/keybinds.conf +++ b/dot_config/hypr/hyprland.conf.d/keybinds.conf @@ -2,7 +2,7 @@ # Set programs that you use $fileManager = xdg-open "$HOME" -$menu = rofi -show drun -run-command "uwsm app -- {cmd}" +$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true) #$menu = ags request -i launcher show $screenshot = grim -g "$(slurp -d)" - | wl-copy $powermenu = $HOME/bin/local-lua $HOME/bin/powermenu.lua diff --git a/dot_config/hypr/hyprland.conf.d/monitors.conf b/dot_config/hypr/hyprland.conf.d/monitors.conf deleted file mode 100644 index 3c492b4..0000000 --- a/dot_config/hypr/hyprland.conf.d/monitors.conf +++ /dev/null @@ -1,7 +0,0 @@ -# monitors.conf - -# See https://wiki.hyprland.org/Configuring/Monitors/ -#monitor=,preferred,auto,auto -monitor=DP-1,2560x1440@120,0x0,1,vrr,3#,bitdepth,10,cm,hdredid,sdrbrightness,1.1,sdrsaturation,0.9 -monitor=DP-2,2560x1440@60,2560x0,1,transform,0 -# monitor=DP-2, disable \ No newline at end of file diff --git a/dot_config/hyprpanel/config.json b/dot_config/hyprpanel/config.json index 4975473..f8dc06e 100644 --- a/dot_config/hyprpanel/config.json +++ b/dot_config/hyprpanel/config.json @@ -52,15 +52,21 @@ "bar.launcher.icon": "󰣛", "bar.launcher.autoDetectIcon": false, "menus.dashboard.shortcuts.left.shortcut3.command": "uwsm app -- com.discordapp.Discord", - "menus.dashboard.shortcuts.left.shortcut2.icon": "󰹕", - "menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app --net.cozic.joplin_desktop", - "menus.dashboard.shortcuts.left.shortcut2.tooltip": "Joplin", + "menus.dashboard.shortcuts.left.shortcut2.icon": "", + "menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app -- io.github.flattool.Warehouse", + "menus.dashboard.shortcuts.left.shortcut2.tooltip": "AppStore", "menus.dashboard.shortcuts.left.shortcut4.command": "uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)", "theme.bar.buttons.workspaces.enableBorder": false, "theme.bar.buttons.systray.enableBorder": false, "bar.workspaces.monitorSpecific": true, - "wallpaper.image": "/home/eriq/Pictures/wallpaper.png", + "wallpaper.image": "/usr/share/hydro-os/DefaultBackground.png", "wallpaper.pywal": false, "theme.matugen": true, - "wallpaper.enable": true + "wallpaper.enable": true, + "bar.customModules.storage.paths": [ + "/" + ], + "theme.matugen_settings.mode": "dark", + "theme.matugen_settings.scheme_type": "content", + "theme.matugen_settings.variation": "standard_1" } \ No newline at end of file