hyprdots

my dotfiles for hyprland
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 373558c1b4c2e8035f3869242fdcad2d460354e4
parent fb54a875721f460898e2fbca47e31c5431c1ef37
Author: awy <awy@awy.one>
Date:   Thu, 20 Mar 2025 15:02:23 +0300

update

Diffstat:
M.config/hypr/hyprland.conf | 3++-
M.config/shell/profile | 5-----
M.local/bin/dmenupass | 2+-
M.local/bin/singboxwrap | 2+-
4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf @@ -4,6 +4,7 @@ monitor = DP-3, 3840x2160@165, 0x0, 1, bitdepth, 10 monitor = DP-2, 2560x1440@165, -2560x720, 1 $terminal = foot +$menu = wmenu-run -N 2e3440 -n d8dee9 -S eacb8a -s 3b4252 -f "monospace 12" exec-once = dbus-update-activation-environment --all exec-once = start-pipewire @@ -145,7 +146,7 @@ bind = $mainMod, W, exec, librewolf bind = $mainMod, R, exec, $terminal -e yazi bind = $mainMod SHIFT, D, exec, tessen bind = $mainMod, V, togglefloating, -bind = $mainMod, D, exec, bemenu-run +bind = $mainMod, D, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, Grave, exec, bookmarks bind = $mainMod SHIFT, J, togglesplit, # dwindle diff --git a/.config/shell/profile b/.config/shell/profile @@ -79,11 +79,6 @@ export MOZ_DISABLE_RDD_SANDBOX=1 # For HW in Firefox on nvidia gpu export __GL_THREADED_OPTIMIZATIONS=0 # Minecraft GLFW fix on nvidia gpu export ELECTRON_OZONE_PLATFORM_HINT=auto # Electron fix export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # Disables decorations for QT applications -export BEMENU_OPTS=\ -"--fb \"#2e3440\" --ff \"#d8dee9\" --nb \"#2e3440\" \ ---nf \"#d8dee9\" --tb \"#2e3440\" --hb \"#2e3440\" \ ---tf \"#bf616a\" --hf \"#ebcb8b\" --af \"d8dee9\" \ ---ab \"#2e3440\" --fn \"monospace 14\"" export FZF_DEFAULT_OPTS=\ "--layout=reverse --height 40% \ --color=fg:#e5e9f0,bg:-1,hl:#81a1c1 \ diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass @@ -3,4 +3,4 @@ # This script is the SUDO_ASKPASS variable, meaning that it will be used as a # password prompt if needed. -dmenu -fn Monospace-18 -P -p "$1" <&- && echo +wmenu -N 2e3440 -n d8dee9 -S eacb8a -s 3b4252 -M eacb8a -m 3b4252 -f "monospace 12" -P -p "$1" <&- diff --git a/.local/bin/singboxwrap b/.local/bin/singboxwrap @@ -14,7 +14,7 @@ run_singbox () { } choose_menu () { - choose="$(ls $config_dir | bemenu -p "Config to use")" + choose="$(ls $config_dir | wmenu -N 2e3440 -n d8dee9 -S eacb8a -s 3b4252 -M eacb8a -m 3b4252 -f "monospace 12" -p "Config to use")" [ -n "$choose" ] || exit 1 ln -sf "$config_dir/$choose" "$default_path" echo "$default_path"