From 63c808c572f800357f3e82f6ee2c58292088d9ea Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 8 Sep 2017 17:21:48 +0200 Subject: Changed to pony colors --- config | 22 +++++++++++++++++----- i3status.conf | 22 ++++++++++++---------- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/config b/config index a3e4094..aa35d87 100644 --- a/config +++ b/config @@ -9,6 +9,7 @@ # # Please see http://i3wm.org/docs/userguide.html for a complete reference! +fake-outputs 3840x1080+0+0 set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font @@ -127,6 +128,11 @@ bindsym $mod+Shift+8 move container to workspace 8 bindsym $mod+Shift+9 move container to workspace music bindsym $mod+Shift+0 move container to workspace background + # Pulse Audio controls +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume +bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound + workspace 1 output DP-1 workspace 2 output DP-1 workspace 3 output DP-1 @@ -153,6 +159,7 @@ bindsym $mod+Shift+m scratchpad show ; resize set 1920 920 ; move position cente for_window [class="^.*"] border normal 2 for_window [title="^.*Thunderbird"] border pixel 0 for_window [title="^.*Chromium"] border pixel 0 +for_window [class="Gvim"] border pixel 0 # for_window [title="^.*\|"] border pixel 4 for_window [title="^HexChat.*"] border pixel 0 for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks @@ -178,9 +185,9 @@ bar { # background #2a3448 # statusline #ffffff background #ffffff - statusline #000000 - focused_workspace #ffffff #ffffff #000000 - active_workspace #ffffff #ffffff #888888 + statusline #6060af + focused_workspace #6060af #ffffff #6060af + active_workspace #6060af #ffffff #888888 inactive_workspace #ffffff #ffffff #888888 urgent_workspace #2f343a #900000 #ffffff binding_mode #2f343a #900000 #ffffff @@ -284,6 +291,8 @@ assign [class="^Thunderbird$"] → background exec --no-startup-id setxkbmap -option caps:escape exec --no-startup-id xset r rate 330 40 + + exec --no-startup-id dbus-launch gnome-settings-daemon exec --no-startup-id dbus-launch nm-applet @@ -294,8 +303,11 @@ exec xrandr --output HDMI-1 --right-of DP-1 # start compositor... exec --no-startup-id dbus-launch nitrogen --restore -exec --no-startup-id dbus-launch compton -b --config /home/max/.config/i3/compton.conf +exec --no-startup-id dbus-launch compton -b --config ~/.config/i3/compton.conf exec --no-startup-id dbus-launch setsid udiskie -2 -s -exec --no-startup-id dbus-launch nextcloud +exec --no-startup-id dbus-launch setsid pidgin +exec --no-startup-id dbus-launch setsid hexchat +# exec --no-startup-id dbus-launch nextcloud +# vim: iskeyword+=\$,\-,\# nospell diff --git a/i3status.conf b/i3status.conf index 0f8fd6f..aeee8ee 100644 --- a/i3status.conf +++ b/i3status.conf @@ -12,6 +12,7 @@ general { #color_bad = "#880000" color_good = "#00aa00" color_bad = "#aa0000" + color_degraded = "#aaaaaa" interval = 1 output_format = i3bar } @@ -49,26 +50,27 @@ wireless _first_ { ethernet _first_ { # if you use %speed, i3status requires root privileges - format_up = "E1: %ip (%speed)" + format_up = " %ip (%speed)" format_down = "E1: down" } -ethernet enp7s0 { - # if you use %speed, i3status requires root privileges - format_up = "E2: %ip (%speed)" - format_down = "E2: down" -} +# ethernet enp7s0 { +# # if you use %speed, i3status requires root privileges +# format_up = "E2: %ip (%speed)" +# format_down = "E2: down" +# +# } battery 0 { format = "%status %percentage %remaining" } -run_watch DHCP { - pidfile = "/var/run/dhclient*.pid" - format = "%title" -} +# run_watch DHCP { +# pidfile = "/var/run/dhclient*.pid" +# format = "%title" +# } path_exists VPN { -- cgit v1.2.3