aboutsummaryrefslogtreecommitdiff
path: root/.i3
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-15 18:00:53 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-15 18:00:53 +0200
commita99c97233bc02e682d2c7ef8f8fe584412fa7957 (patch)
treee96e8407efdab8ac0ef288e6889d004be3ccb784 /.i3
parent6423fc63ab75f73d641e3b2c89768f2334f2830b (diff)
downloaddotfiles-a99c97233bc02e682d2c7ef8f8fe584412fa7957.tar.gz
Powerbar!!!
Diffstat (limited to '.i3')
-rw-r--r--.i3/config32
1 files changed, 27 insertions, 5 deletions
diff --git a/.i3/config b/.i3/config
index 2a2f7b5..fe769ba 100644
--- a/.i3/config
+++ b/.i3/config
@@ -35,6 +35,9 @@ bindsym $mod+Return exec "xterm"
#start ranger
bindsym $mod+o exec "xterm -e ranger"
+#start browser
+bindsym $mod+b exec "brave"
+
# kill focused window
bindsym $mod+Shift+q kill
@@ -301,6 +304,7 @@ set $yw #f1fa7c
set $gn #50fa7b
set $rd #ff5555
set $id #ff79c6
+set $opaque #000000ff
set $black #000000
set $grey #151515
@@ -319,20 +323,38 @@ gaps inner 15
exec --no-startup-id nm-applet
-
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
-#bar {
- # status_command i3status
-#}
+bar {
+ i3bar_command i3bar -t
+ status_command python /usr/share/powerline/bindings/i3/powerline-i3.py
+ font pango:DejaVu Sans Mono for Powerline 12
+
+ colors {
+ background #000000AA
+ }
+}
-exec_always --no-startup-id ~/.i3/start_polybar.sh jonny
+#exec_always --no-startup-id ~/.i3/start_polybar.sh jonny
# 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
+# play-pause
+bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
+
+# stop
+bindsym XF86AudioStop exec --no-startup-id playerctl stop
+
+# prev
+bindsym XF86AudioPrev exec --no-startup-id playerctl previous
+
+# next
+bindsym XF86AudioNext exec --no-startup-id playerctl next
+#
+
# Sreen brightness controls
# Use acpilight with arch!!
# https://gitlab.com/wavexx/acpilight