From d4c0fa07d255cb0154befcad0879ef7ba33adcda Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 8 Nov 2015 14:14:27 -0800 Subject: [PATCH] Get sound to appear (YMMV based on card) --- dotfiles/config/i3/.i3status.conf | 68 ++++++++++++++++++++++----------------- dotfiles/config/i3/config | 2 +- 2 files changed, 39 insertions(+), 31 deletions(-) diff --git a/dotfiles/config/i3/.i3status.conf b/dotfiles/config/i3/.i3status.conf index e049f81..0518fd8 100644 --- a/dotfiles/config/i3/.i3status.conf +++ b/dotfiles/config/i3/.i3status.conf @@ -1,10 +1,10 @@ general { - output_format = "i3bar" - colors = true - color_good = "#a5d1ed" - color_bad = "#7F2F25" - color_degraded = "#87C2EA" - interval = 5 + output_format = "i3bar" + colors = true + color_good = "#a5d1ed" + color_bad = "#7F2F25" + color_degraded = "#87C2EA" + interval = 1 } order += "ipv6" @@ -22,58 +22,66 @@ order += "tztime local" # order += "tztime berlin" wireless wlp3s0 { - format_up = "W: (%quality at %essid, %bitrate) %ip" - format_down = "W: down" + format_up = "W: (%quality at %essid, %bitrate) %ip" + format_down = "W: down" } ethernet eth0 { - # if you use %speed, i3status requires the cap_net_admin capability - format_up = "E: %ip (%speed)" - format_down = "E: down" + # if you use %speed, i3status requires the cap_net_admin capability + format_up = "E: %ip (%speed)" + format_down = "E: down" +} + +volume master { + format = "♪: %volume" + format_muted = "♪: muted (%volume)" + device = "hw:1" + mixer = "Master" + mixer_idx = 0 } battery 0 { - format = "%status %percentage %remaining %emptytime" - format_down = "No battery" - status_chr = "⚇ CHR" - status_bat = "⚡ BAT" - status_full = "FULL" - path = "/sys/class/power_supply/BAT%d/uevent" - low_threshold = 10 + format = "%status %percentage %remaining %emptytime" + format_down = "No battery" + status_chr = "⚇ CHR" + status_bat = "⚡ BAT" + status_full = "FULL" + path = "/sys/class/power_supply/BAT%d/uevent" + low_threshold = 10 } run_watch DHCP { - pidfile = "/var/run/dhcpcd*.pid" + pidfile = "/var/run/dhcpcd*.pid" } run_watch VPNC { - # file containing the PID of a vpnc process - pidfile = "/var/run/vpnc/pid" + # file containing the PID of a vpnc process + pidfile = "/var/run/vpnc/pid" } path_exists VPN { - # path exists when a VPN tunnel launched by nmcli/nm-applet is active - path = "/proc/sys/net/ipv4/conf/tun0" + # path exists when a VPN tunnel launched by nmcli/nm-applet is active + path = "/proc/sys/net/ipv4/conf/tun0" } tztime local { - format = "%Y-%m-%d %H:%M:%S" + format = "%Y-%m-%d %H:%M:%S" } tztime berlin { - format = "%Y-%m-%d %H:%M:%S %Z" - timezone = "Europe/Berlin" + format = "%Y-%m-%d %H:%M:%S %Z" + timezone = "Europe/Berlin" } load { - format = "Load: %5min" + format = "Load: %5min" } cpu_temperature 0 { - format = "T: %degrees °C" - path = "/sys/class/hwmon/hwmon2/temp1_input" + format = "T: %degrees °C" + path = "/sys/class/hwmon/hwmon2/temp1_input" } disk "/" { - format = "%free" + format = "%free" } diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index d8c5633..f395056 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -129,7 +129,7 @@ bindsym $mod+Shift+0 move container to workspace 10 # Window configurations for_window [class="^.*"] border pixel 1 -for_window [title="htop"] floating enable +# for_window [title="htop"] floating enable # bind function keys bindsym XF86AudioMute exec ponymix toggle