diff options
| author | Robert Günzler <r@gnzler.io> | 2021-04-26 13:12:41 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 13:12:57 +0200 |
| commit | 5dca7b74e3d63c2e93c924db2676f4dba0f289f9 (patch) | |
| tree | f1c0809334269174bb91ac5388778bf8761282f5 /.profile | |
| parent | f97aa112b518afae5ee62ddbdbcb03fdae57559c (diff) | |
bemenu: switch to Iosevka SS08
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile index 2696b07..0fbea15 100644 --- a/.profile +++ b/.profile @@ -60,4 +60,4 @@ export LESS='--hilite-search --hilite-unread --long-prompt --raw-control-chars - # Set the rsync ssh command to use by default export RSYNC_RSH='ssh -T -x -o Compression=no' -export BEMENU_OPTS='--ignorecase --no-overlap --fn "Iosevka SS14 Extended 11" --nb "#1c1c1c" --nf "#fffffb" --tb "#4E4371" --tf "#fffffb" --fb "#1c1c1c" --ff "#fffffb" --sb "#ddd23b" --sf "#1c1c1c" --hb "#4E4371" --hf "#fffffb" --scb "#1c1c1c" --scf "#4E4371"' +export BEMENU_OPTS='--ignorecase --no-overlap --fn "Iosevka SS08 10" --nb "#1c1c1c" --nf "#fffffb" --tb "#4E4371" --tf "#fffffb" --fb "#1c1c1c" --ff "#fffffb" --sb "#ddd23b" --sf "#1c1c1c" --hb "#4E4371" --hf "#fffffb" --scb "#1c1c1c" --scf "#4E4371"' |