From 41b5189db72ce872ac57b9288af75ff9969c2a60 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 22 Jul 2015 21:18:03 +0200 Subject: Added cell phone icon for modem connections * renamed workspace `10` to `0` --- conky/.conkyrc | 4 ++++ i3wm/.i3/config | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conky/.conkyrc b/conky/.conkyrc index 0e36484..e74d4a2 100644 --- a/conky/.conkyrc +++ b/conky/.conkyrc @@ -38,6 +38,10 @@ TEXT },\ ${else}\ ${if_up wwp0s29u1u4i6}\ + {\ + "full_text" : "",\ + "separator" : false\ + },\ {\ "full_text" : "${addr wwp0s29u1u4i6}",\ "color" : "\#909737",\ diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 77efc65..e1472df 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -39,7 +39,7 @@ bindsym $mod+6 workspace 6 bindsym $mod+7 workspace 7 bindsym $mod+8 workspace 8 bindsym $mod+9 workspace 9 -bindsym $mod+0 workspace 10 +bindsym $mod+0 workspace 0 bindsym Control+Mod1+Right workspace next_on_output bindsym Control+Mod1+Left workspace prev_on_output @@ -54,7 +54,7 @@ bindsym $mod+Shift+ampersand move container to workspace 6 bindsym $mod+Shift+slash move container to workspace 7 bindsym $mod+Shift+parenleft move container to workspace 8 bindsym $mod+Shift+parenright move container to workspace 9 -bindsym $mod+Shift+equal move container to workspace 10 +bindsym $mod+Shift+equal move container to workspace 0 bindsym $mod+r mode "resize" -- cgit v1.2.3