diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-05-05 10:43:26 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-09-27 15:23:25 +0200 |
commit | 5260845d46aa8505ba34bbe0d592a7873fe1dc0f (patch) | |
tree | 2cec14cd83d962925aa2d0f51185a6e3a3472184 | |
parent | d8d548a770a4992fa9f739041a0c561ab80e871b (diff) | |
download | dotfiles-5260845d46aa8505ba34bbe0d592a7873fe1dc0f.tar.gz dotfiles-5260845d46aa8505ba34bbe0d592a7873fe1dc0f.tar.xz |
i3: Make workspace numbers more readable
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -221,8 +221,8 @@ bar { separator #666666 # colorclass <border> <background> <text> focused_workspace #33aadd #265e7a #e3e3e3 - active_workspace #333333 #5f676a #101010 - inactive_workspace #333333 #222222 #949494 + active_workspace #333333 #5f676a #e3e3e3 + inactive_workspace #333333 #222222 #e3e3e3 urgent_workspace #222222 #990000 #e3e3e3 } font pango:DejaVu Sans Mono 9 |