Browse Source

removing i3 status bar

master
Josh Fabean 6 years ago
parent
commit
43cdcd9938
1 changed files with 18 additions and 17 deletions
  1. +18
    -17
      .config/i3/config

+ 18
- 17
.config/i3/config View File

@ -11,6 +11,7 @@ exec --no-startup-id xset r rate 250 25
exec --no-startup-id xset b off
exec --no-startup-id setxkbmap -option caps:escape
exec --no-startup-id nightshift -l 39.0315533:-94.4954291 -d
exec --no-startup-id setxkbmap -model apple_laptop -layout us -variant dvp
font pango:FiraCode, FontAwesome 12
@ -214,22 +215,22 @@ bindsym $mod+Control+Left resize shrink width 5 px or 5 ppt
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
status_command i3blocks
font pango:Liberation 10, FontAwesome 12
#bar {
# position top
# status_command i3blocks
# font pango:Liberation 10, FontAwesome 12
# strip_workspace_numbers yes
colors {
separator #586e75
background #0c1014
statusline #aea79f
focused_workspace #091f2e #091f2e #ffffff
active_workspace #073642 #073642 #ffffff
inactive_workspace #0c1014 #0c1014 #aea79f
urgent_workspace #77216f #77216f #ffffff
}
}
# colors {
# separator #586e75
# background #0c1014
# statusline #aea79f
# focused_workspace #091f2e #091f2e #ffffff
# active_workspace #073642 #073642 #ffffff
# inactive_workspace #0c1014 #0c1014 #aea79f
# urgent_workspace #77216f #77216f #ffffff
# }
#}
# class border backgr. text indicator
client.focused #586e75 #586e75 #fdf6e3 #268bd2
@ -251,9 +252,9 @@ exec --no-startup-id dunst
bindsym XF86AudioLowerVolume exec --no-startup-id "pulseaudio-ctl down ; pkill -RTMIN+1 i3blocks"
bindsym XF86AudioRaiseVolume exec --no-startup-id "pulseaudio-ctl up ; pkill -RTMIN+1 i3blocks"
bindsym XF86AudioMute exec --no-startup-id "pulseaudio-ctl mute ; pkill -RTMIN+1 i3blocks"
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
bindsym XF86AudioPause exec --no-startup-id playerctl play-pause
bindsym XF86AudioPlayPause exec --no-startup-id playerctl play-pause
# bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
# bindsym XF86AudioPause exec --no-startup-id playerctl play-pause
# bindsym XF86AudioPlayPause exec --no-startup-id playerctl play-pause
bindsym $mod1+Shift+p exec --no-startup-id echo "cycle pause" > ~/.config/mpv/control
# Chrome special flags and others set in /etc/profiles.d/variables.sh like the following: --touch-devices=2 --force-device-scale-factor=2


Loading…
Cancel
Save