Replaces i3status with i3blocks in work config
This commit is contained in:
parent
f1024582e0
commit
df9c2d61f3
3 changed files with 166 additions and 4 deletions
|
@ -68,6 +68,11 @@ bindsym $mod+u exec ~/.dotfiles/rofi/scripts/rofi-emoji
|
|||
#kill i3
|
||||
bindsym $mod+Shift+x exec killall i3
|
||||
|
||||
|
||||
bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
|
||||
bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
|
||||
|
||||
|
||||
for_window [class="xfce4-appfinder"] floating enable
|
||||
|
||||
|
||||
|
@ -228,7 +233,8 @@ bindsym $mod+r mode "resize"
|
|||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
#status_command i3status
|
||||
status_command i3blocks
|
||||
tray_output primary
|
||||
colors {
|
||||
separator $base03
|
||||
|
@ -257,8 +263,8 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #i
|
|||
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
|
||||
|
||||
bindsym Alt_L+button4 exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
|
||||
bindsym Alt_L+button5 exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
|
||||
bindsym $alt+button4 exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
|
||||
bindsym $alt+button5 exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
|
||||
|
||||
# Sreen brightness controls
|
||||
#bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
||||
|
@ -361,7 +367,7 @@ mode "$mode_gaps_outer" {
|
|||
|
||||
#exec --no-startup-id redshift-gtk
|
||||
exec --no-startup-id redshift
|
||||
exec --no-startup-id pasystray
|
||||
#exec --no-startup-id pasystray
|
||||
#exec feh --bg-scale /home/jonathan/Pictures/Wallpapers/blueConky/ram_memory_chip-wallpaper-3554x1999.jpg
|
||||
exec --no-startup-id compton -f -i 0.95
|
||||
exec_always --no-startup-id /usr/lib/kdeconnectd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue