From c43cc9443b7682640a78c75ee50d6f687d6b89c7 Mon Sep 17 00:00:00 2001 From: Mike Cugini Date: Thu, 11 Mar 2021 11:06:53 -0500 Subject: [PATCH] update i3status volume config and add blueman tray --- i3/config | 3 +-- i3/i3status.conf | 27 ++------------------------- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/i3/config b/i3/config index 03e62dc..be8355a 100644 --- a/i3/config +++ b/i3/config @@ -17,6 +17,7 @@ exec --no-startup-id pasystray exec --no-startup-id dropbox start exec --no-startup-id protonmail-bridge --no-window exec --no-startup-id /home/mike/bin/vorta +exec --no-startup-id blueman-tray # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -167,8 +168,6 @@ mode "resize" { #bindsym $mod+r mode "resize" -for_window [class="Keybase"] move position mouse - # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { diff --git a/i3/i3status.conf b/i3/i3status.conf index 13befa1..c2f5745 100644 --- a/i3/i3status.conf +++ b/i3/i3status.conf @@ -12,8 +12,8 @@ general { interval = 5 } -#order += "volume master" -order += "volume komplete" +order += "volume master" +#order += "volume komplete" order += "disk /" #order += "run_watch DHCP" order += "path_exists VPN" @@ -32,20 +32,6 @@ volume master { mixer_idx = 0 } -volume komplete { - format = " %volume" - format_muted = " %volume" - device = "pulse:alsa_output.usb-Native_Instruments_Komplete_Audio_2_00000181-00.analog-stereo" -} - -# volume komplete { -# format = " %volume" -# format_muted = " %volume" -# #device = "hw:2" -# device = "hw:0" -# mixer = "Komplete Audio 2 " -# } - wireless _first_ { #format_up = "W: (%quality at %essid) %ip" #format_down = "W: down" @@ -73,15 +59,6 @@ run_watch DHCP { pidfile = "/var/run/dhclient*.pid" } -#run_watch VPN { -# pidfile = "/var/run/vpnc/pid" -#} - -path_exists VPN { - #path = "/proc/sys/net/ipv4/conf/vpn0" - path = "/proc/sys/net/ipv4/conf/tun0" -} - tztime local { format = "%Y-%m-%d %I:%M:%S %p" timezone = "US/Eastern"