diff --git a/roles/sway/templates/config.j2 b/roles/sway/templates/config.j2 index ddba3f2..5c7c928 100644 --- a/roles/sway/templates/config.j2 +++ b/roles/sway/templates/config.j2 @@ -29,10 +29,10 @@ gaps outer -4 bindsym $mod+Return exec wezterm # start wofi -bindsym $mod+Shift+d exec --no-startup-id wofi --show run -p "shell:" -L10 -bindsym $mod+d exec --no-startup-id wofi --show drun -p "app:" -L 10 -bindsym $mod+s exec --no-startup-id gopass ls --flat | wofi --dmenu -p "password:" -L 10 | xargs --no-run-if-empty gopass show -c -bindsym $mod+Shift+s exec --no-startup-id gopass ls --flat web | wofi --dmenu -p "password:" -L 10 | xargs --no-run-if-empty gopass totp -c +bindsym $mod+Shift+d exec --no-startup-id wofi --show run -p "shell:" -H 95% +bindsym $mod+d exec --no-startup-id wofi --show drun -p "app:" -H 95% +bindsym $mod+s exec --no-startup-id gopass ls --flat | wofi --dmenu -p "password:" -H 95% | xargs --no-run-if-empty gopass show -c +bindsym $mod+Shift+s exec --no-startup-id gopass ls --flat web | wofi --dmenu -p "totp:" -H 95% | xargs --no-run-if-empty gopass totp -c # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod diff --git a/roles/wofi/templates/style.j2 b/roles/wofi/templates/style.j2 index 14036fa..47d4d33 100644 --- a/roles/wofi/templates/style.j2 +++ b/roles/wofi/templates/style.j2 @@ -1,6 +1,6 @@ -@define-color grey rgba(32, 32, 32, 0.8); +@define-color grey rgba(32, 32, 32, 0.9); @define-color yellow {{ color3 }}; -@define-color darkgrey rgba(20, 20, 20, 0.8); +@define-color darkgrey rgba(20, 20, 20, 0.9); @define-color transparent rgba(0, 0, 0, 0); window {