add rbw config
This commit is contained in:
parent
23b6c0a596
commit
5c10d76d08
4 changed files with 21 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
13
configs/rofi/rbw.rasi
Normal file
13
configs/rofi/rbw.rasi
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
configuration {
|
||||
show-icons: true;
|
||||
}
|
||||
|
||||
@import "theme.rasi"
|
||||
|
||||
window {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 15;
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue