diff options
| author | tslil clingman <tslil@posteo.de> | 2023-11-30 22:03:48 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2023-11-30 22:03:48 +0100 |
| commit | 2f4086282602cace8168c4ac836aa571caf4243f (patch) | |
| tree | c305c268d61af9cdc4fc5029506efd553366a883 /run | |
| parent | e75adefbc8a773a63bd12fd572c7dc6d1ca1ce28 (diff) | |
bemenu frontend
Diffstat (limited to 'run')
| -rwxr-xr-x | run | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/bin/sh + +/usr/bin/bemenu-run -p 'run' -W 0.5 -l 8 -c --fn "PxPlus IBM VGA 9x16 24" \ + --hb '#FF8C00' --hf '#000000' \ + --fb '#666666' --ff '#FF8C00' \ + --tb '#FF8C00' --tf '#000000' \ + --ab '#666666' --af '#000000 '\ + --nb '#666666' --nf '#000000' |
