From a2d7d910d6bfa5a9618d09e9f9cac8cead4277ae Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 28 Feb 2021 22:24:59 +0300 Subject: feat(i3): add workspace icons --- .config/i3/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index e85826a..167c718 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -100,10 +100,10 @@ bindsym $mod+a focus parent # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. -set $ws1 "1" -set $ws2 "2" -set $ws3 "3" -set $ws4 "4" +set $ws1 "1:  " +set $ws2 "2:  " +set $ws3 "3:  " +set $ws4 "4:  " set $ws5 "5" set $ws6 "6" set $ws7 "7" @@ -211,7 +211,7 @@ bar { background #111111 focused_workspace $yellow $yellow #000000 active_workspace #333333 #333333 $purple - inactive_workspace #CECECE #333333 #f1f1f1 + inactive_workspace #333333 #333333 #f1f1f1 urgent_workspace #eb709b #eb709b #ffffff } } -- cgit v1.2.3