diff --git a/.i3/config b/.config/i3/config similarity index 93% rename from .i3/config rename to .config/i3/config index f3faa6f..3294176 100644 --- a/.i3/config +++ b/.config/i3/config @@ -11,8 +11,8 @@ set $mod Mod4 -# font for window titles. ISO 10646 = Unicode -font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 +# font for window titles +font pango:monospace 8 # poweroff stuff set $mode_system System: (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown @@ -148,29 +148,25 @@ workspace "0" output VGA-2 # colors client.focused #000000 #009900 #ffffff #ff0000 -#client.focused_inactive client.unfocused #000000 #005500 #000000 #ff0000 -#client.urgent # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - status_command i3status --config ~/.i3/i3status - position top - tray_output primary - workspace_buttons yes - mode dock - modifier $mod + status_command i3status --config ~/.config/i3status/config + position top + tray_output primary + workspace_buttons yes + mode dock + modifier $mod colors { statusline #00ff00 - focused_workspace #00cc00 #00ff00 #000000 inactive_workspace #00cc00 #008b00 #cccccc - #client.orientation #ff0000 } } exec ssh-agent exec xrandr --output VGA-2 --auto --right-of VGA-1 -exec feh --bg-scale ~/bg.jpg +# exec feh --bg-scale ~/bg.jpg diff --git a/.i3/i3status b/.config/i3status/config similarity index 81% rename from .i3/i3status rename to .config/i3status/config index e2d653a..14486d1 100644 --- a/.i3/i3status +++ b/.config/i3status/config @@ -3,13 +3,12 @@ general { interval = 1 } -order += "ipv6" +# order += "ipv6" order += "ethernet eth0" -order += "wireless wlan1" -#order += "battery 0" +order += "wireless wlan0" +order += "battery 0" order += "cpu_usage" order += "load" -#order += "cpu_temperature 0" order += "volume master" order += "tztime home" order += "tztime utc" @@ -19,6 +18,11 @@ ethernet eth0 { format_down = "E: down" } +wireless wlan0 { + format_up = "W: %quality@%ip" + format_down = "W: down" +} + battery 0 { last_full_capacity = true format = "%status %percentage %remaining %consumption" ## %emptytime" @@ -26,21 +30,6 @@ battery 0 { low_threshold = 20 } -tztime home { - format = "%Y-%m-%d (%Z) %H:%M:%S" - timezone = "Europe/Vienna" -} - -tztime utc { - format = "(%Z) %H:%M:%S" - timezone = "Etc/UTC" -} - -cpu_temperature 0 { - format = "%degrees °C" - path = "/sys/class/thermal/thermal_zone0/temp" -} - cpu_usage { format = "C: %usage" } @@ -55,3 +44,13 @@ volume master { mixer = "Master" mixer_idx = 0 } + +tztime home { + format = "%Y-%m-%d (%Z) %H:%M:%S" + timezone = "Europe/Vienna" +} + +tztime utc { + format = "(%Z) %H:%M:%S" + timezone = "Etc/UTC" +} diff --git a/.gitignore.d/i3 b/.gitignore.d/i3 new file mode 100644 index 0000000..8f02c8d --- /dev/null +++ b/.gitignore.d/i3 @@ -0,0 +1,8 @@ +* +!/.config +!/.config/i3 +!/.config/i3/config +!/.config/i3status +!/.config/i3status/config +!/.gitignore.d +!/.gitignore.d/i3