diff --git a/configs/hypr/base/hyprland.conf b/configs/hypr/base/hyprland.conf index 51fe3f4..8fe89fe 100644 --- a/configs/hypr/base/hyprland.conf +++ b/configs/hypr/base/hyprland.conf @@ -149,6 +149,8 @@ bind = $mainMod, return, exec, kitty bind = $mainMod SHIFT, q, killactive, bind = $mainMod, D, exec, $menu +bind = $mainMod, U, exec, rofi-rbw --selector-args "-config ~/.config/rofi/rbw.rasi" + # screenshot current window bind = SHIFT, Print, exec, grim -g "$(hyprctl activewindow -j | jq -r '"\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"')" - | wl-copy && notify-send "Screenshot taken!" # screenshot area and edit it diff --git a/configs/rofi/rbw.rasi b/configs/rofi/rbw.rasi new file mode 100644 index 0000000..ef086e5 --- /dev/null +++ b/configs/rofi/rbw.rasi @@ -0,0 +1,13 @@ +configuration { + show-icons: true; +} + +@import "theme.rasi" + +window { + width: 50%; +} + +listview { + lines: 15; +} diff --git a/configs/rofi/theme.rasi b/configs/rofi/theme.rasi index 4e0263b..e07bb8b 100644 --- a/configs/rofi/theme.rasi +++ b/configs/rofi/theme.rasi @@ -81,7 +81,6 @@ listview { border: 0; margin: 10px 0px 0px 20px; columns: 1; - lines: 5; background-color: @bg-col; spacing: 10px; scrollbar: true; @@ -137,15 +136,14 @@ button selected { } message { + border: 0; + margin: 10px 20px 0px 20px; background-color: @surface0; - margin: 2px; - padding: 2px; - border-radius: 5px; + border-radius: @border-rad; } textbox { padding: 6px; - margin: 20px 0px 0px 20px; - text-color: @blue; - background-color: #fff; + text-color: @fg-col; + font: "JetBrainsMono Nerd Font 10"; } diff --git a/configs/uwsm/env b/configs/uwsm/env index 02a9122..d908c47 100644 --- a/configs/uwsm/env +++ b/configs/uwsm/env @@ -6,3 +6,4 @@ export QT_QPA_PLATFORMTHEME=qt5ct export MOZ_ENABLE_WAYLAND=1 export XCURSOR_SIZE=24 export GTK_THEME=catppuccin-macchiato-teal-standard+default +export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/rbw/ssh-agent-socket