1
Fork 0
mirror of https://github.com/wlinator/dotfiles.git synced 2024-10-02 08:59:07 +00:00

wofi conf with clipboard

This commit is contained in:
wlinator 2024-06-25 13:39:02 +02:00
parent 245112ae08
commit e9ef5569e9
2 changed files with 53 additions and 3 deletions

View file

@ -14,9 +14,8 @@ bindsym $mod+Return exec $term
bindsym $mod+Shift+q kill
bindsym $mod+d exec $menu
bindsym $mod+Shift+n exec swaync-client -t -sw
#bindsym --release Print+Control exec --no-startup-id swaymsg -t get_tree | jq -r '.. | select(.pid? and .visible?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"' | slurp | grim -g - - | swappy -f -
bindsym Print exec flameshot gui
bindsym $mod+v exec clipman pick --tool=CUSTOM --tool-args="fuzzel -d"
bindsym $mod+v exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy
bindsym $mod+l exec swaylock -ef
bindsym $mod+Shift+r reload
bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit?' -B 'Yes, exit sway' 'swaymsg exit'
@ -81,7 +80,7 @@ bindsym --locked $mod+Shift+Prior exec playerctl previous
exec swaync
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec wl-paste -t text --watch clipman store --no-persist
exec wl-paste --watch cliphist store
exec_always nm-applet --indicator

51
.config/wofi/style.css Normal file
View file

@ -0,0 +1,51 @@
window {
margin: 0px;
border: 1px solid #bd93f9;
background-color: #282a36;
}
#input {
margin: 5px;
border: none;
color: #f8f8f2;
background-color: #44475a;
}
#inner-box {
margin: 5px;
border: none;
background-color: #282a36;
}
#outer-box {
margin: 5px;
border: none;
background-color: #282a36;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #f8f8f2;
}
#entry.activatable #text {
color: #282a36;
}
#entry > * {
color: #f8f8f2;
}
#entry:selected {
background-color: #44475a;
}
#entry:selected #text {
/*font-weight: bold;*/
}