Compare commits

...

2 commits

3 changed files with 9 additions and 10 deletions

View file

@ -30,7 +30,6 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -i ~/Downloads/wal
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet
exec_always bluetoothctl power off
exec xinput set-prop 12 285 1 &
exec xinput set-prop "DLL06FE:00 04F3:300F Touchpad" "libinput Natural Scrolling Enabled" 1
# exec xrandr --output eDP1 --scale 0.8x0.8
@ -65,6 +64,9 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86AudioPlay exec --no-startup-id playerctl play
bindsym XF86AudioPause exec --no-startup-id playerctl pause
bindsym XF86AudioNext exec --no-startup-id playerctl next
# Use brightnessctl to adjust backlight brightness
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +10%

View file

@ -45,7 +45,7 @@ wm-restack = bspwm
# Top modules
bottom-left = powermenu title bluetooth redshift
bottom-center = i3
bottom-right = alsa battery date
bottom-right = pulseaudio battery date
top-left = cpu memory diskusage backlight
top-center = cava

View file

@ -173,14 +173,8 @@ label-indicator-on-capslock-underline = ${colors.warning}
; Icons
layout-icon-default = 
[module/alsa]
type = internal/alsa
master-soundcard = ${config.master-soundcard}
speaker-soundcard = ${config.speaker-soundcard}
headphone-soundcard = ${config.headphone-soundcard}
master-mixer = ${config.master-mixer}
[module/pulseaudio]
type=internal/pulseaudio
; Format
format-volume = <ramp-volume> <label-volume>
@ -201,6 +195,9 @@ ramp-headphones-0 = 
ramp-volume-foreground = ${colors.nord7}
click-right = pavucontrol
[module/backlight]
type = internal/backlight