diff options
author | eug-vs <eug-vs@keemail.me> | 2021-02-28 22:24:59 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-02-28 22:24:59 +0300 |
commit | a2d7d910d6bfa5a9618d09e9f9cac8cead4277ae (patch) | |
tree | 624b53de677e77a21fb064a4ace8b552ccfcbdda /.config | |
parent | c51b3ad04df0f5b9048c326ab39b060a2f5f4805 (diff) | |
download | dotfiles-a2d7d910d6bfa5a9618d09e9f9cac8cead4277ae.tar.gz |
feat(i3): add workspace icons
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config | 10 |
1 files changed, 5 insertions, 5 deletions
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 } } |