diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2014-07-15 13:00:34 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2014-07-15 13:00:34 +0200 |
| commit | 49697066fbc1ca6249041d72a9d7c1a1127c29fd (patch) | |
| tree | 2e71dcd4c2b371b27af9c309b7ad8f29e0084fa5 /utgard | |
| parent | 2b281a7f4b57fb2256948bec85d911609873d15e (diff) | |
| download | dotfiles-49697066fbc1ca6249041d72a9d7c1a1127c29fd.tar.gz dotfiles-49697066fbc1ca6249041d72a9d7c1a1127c29fd.tar.bz2 | |
i3/i3status: Format of the files.
Diffstat (limited to 'utgard')
| -rw-r--r-- | utgard/config/i3/config | 54 | ||||
| -rw-r--r-- | utgard/config/i3status/config | 22 |
2 files changed, 38 insertions, 38 deletions
diff --git a/utgard/config/i3/config b/utgard/config/i3/config index 77088ed..8cdd14d 100644 --- a/utgard/config/i3/config +++ b/utgard/config/i3/config @@ -134,47 +134,47 @@ bind 174 exec /usr/bin/i3lock -d -i /home/atsutane/media/wallpaper/Motivation.pn # resize window (you can also use the mouse for that) mode "resize" { - # These bindings trigger as soon as you enter the resize mode + # These bindings trigger as soon as you enter the resize mode - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt + # Pressing left will shrink the window’s width. + # Pressing right will grow the window’s width. + # Pressing up will shrink the window’s height. + # Pressing down will grow the window’s height. + bindsym j resize shrink width 10 px or 10 ppt + bindsym k resize grow height 10 px or 10 ppt + bindsym l resize shrink height 10 px or 10 ppt + bindsym semicolon resize grow width 10 px or 10 ppt - # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt + # same bindings, but for the arrow keys + bindsym Left resize shrink width 10 px or 10 ppt + bindsym Down resize grow height 10 px or 10 ppt + bindsym Up resize shrink height 10 px or 10 ppt + bindsym Right resize grow width 10 px or 10 ppt - # back to normal: Enter or Escape - bindsym Return mode "default" - bindsym Escape mode "default" + # back to normal: Enter or Escape + bindsym Return mode "default" + bindsym Escape mode "default" } bindsym $pmod+space mode "resize" bar { - status_command i3status + status_command i3status mode hide position bottom tray_output LVDS1 #font -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso10646-1 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 workspace_buttons yes - colors { - separator #dc322f - background #002b36 - statusline #268bd2 - focused_workspace #fdf6e3 #859900 #fdf6e3 - active_workspace #fdf6e3 #6c71c4 #fdf6e3 - inactive_workspace #586e75 #93a1a1 #002b36 - urgent_workspace #d33682 #d33682 #fdf6e3 - } + colors { + separator #dc322f + background #002b36 + statusline #268bd2 + focused_workspace #fdf6e3 #859900 #fdf6e3 + active_workspace #fdf6e3 #6c71c4 #fdf6e3 + inactive_workspace #586e75 #93a1a1 #002b36 + urgent_workspace #d33682 #d33682 #fdf6e3 + } } # Startup diff --git a/utgard/config/i3status/config b/utgard/config/i3status/config index cc4cea4..7877357 100644 --- a/utgard/config/i3status/config +++ b/utgard/config/i3status/config @@ -1,7 +1,7 @@ general { - colors = true - interval = 5 - output_format = i3bar + colors = true + interval = 5 + output_format = i3bar } order = "ipv6" @@ -22,26 +22,26 @@ ipv6 { } wireless wlan0 { - format_up = "W: (%quality at %essid) %ip" - format_down = "W" + format_up = "W: (%quality at %essid) %ip" + format_down = "W" } ethernet eth0 { - format_up = "E: %ip(%speed)" - format_down = "" + format_up = "E: %ip(%speed)" + format_down = "" } battery 0 { - last_full_capacity = true - format = "%status %percentage %remaining [@%emptytime]" + last_full_capacity = true + format = "%status %percentage %remaining [@%emptytime]" } run_watch DHCP { - pidfile = "/run/dhclient*.pid" + pidfile = "/run/dhclient*.pid" } run_watch VPN { - pidfile = "/run/vpnc/defaultroute" + pidfile = "/run/vpnc/defaultroute" } time { |
