diff options
| author | tslil clingman <> | 2022-04-26 18:30:09 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2022-04-26 18:30:09 -0400 |
| commit | cd5fabb36a693ebd27395cee50b22b633f24e55b (patch) | |
| tree | 6bafb6644658427d776c9bc36cbe5e802bdde876 /qubes-dwm-6.2/scripts/wrap_dmenu | |
| parent | 02de7b99d4b4b177b6953d168629242f55b2f992 (diff) | |
Updated scripts for Qubes 4.1
Diffstat (limited to 'qubes-dwm-6.2/scripts/wrap_dmenu')
| -rwxr-xr-x | qubes-dwm-6.2/scripts/wrap_dmenu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qubes-dwm-6.2/scripts/wrap_dmenu b/qubes-dwm-6.2/scripts/wrap_dmenu index 060c17a..eeb6652 100755 --- a/qubes-dwm-6.2/scripts/wrap_dmenu +++ b/qubes-dwm-6.2/scripts/wrap_dmenu @@ -1,3 +1,3 @@ #!/bin/sh -dmenu -i -l 10 -fn "xft:Sudo:size=16" -sb '#FF7F00' $*
\ No newline at end of file +dmenu -i -l 10 -fn "xft:Sudo:size=16" -sb '#FF7F00' -sf '#020202' $*
\ No newline at end of file |
