bump
This commit is contained in:
parent
c109b88fb7
commit
c4207f913c
1 changed files with 12 additions and 8 deletions
|
|
@ -12,6 +12,8 @@ set $term kitty
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
set $menu wofi --show drun
|
set $menu wofi --show drun
|
||||||
|
|
||||||
|
font FantasqueSansMNerdFont Regular 12
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
output * bg /home/secondbeam/Pictures/wallpaper/wof.jpg fill
|
output * bg /home/secondbeam/Pictures/wallpaper/wof.jpg fill
|
||||||
|
|
@ -19,20 +21,20 @@ output * bg /home/secondbeam/Pictures/wallpaper/wof.jpg fill
|
||||||
output eDP-1 {
|
output eDP-1 {
|
||||||
adaptive_sync on
|
adaptive_sync on
|
||||||
mode 1920x1080@144Hz
|
mode 1920x1080@144Hz
|
||||||
pos 0 0
|
pos 1920 0
|
||||||
}
|
}
|
||||||
# Secondary output
|
# Secondary output
|
||||||
output HDMI-A-1 {
|
output HDMI-A-1 {
|
||||||
mode 1920x1080@60Hz
|
mode 1920x1080@60Hz
|
||||||
pos -1920 0
|
pos 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
#
|
#
|
||||||
exec swayidle -w \
|
#exec swayidle -w \
|
||||||
timeout 300 'swaylock -f -c 000000' \
|
# timeout 600 'swaylock -f -c 000000' \
|
||||||
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
# timeout 1200 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||||
before-sleep 'swaylock -f -c 000000'
|
# before-sleep 'swaylock -f -c 000000'
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
#
|
#
|
||||||
|
|
@ -192,11 +194,13 @@ bindsym $mod+r mode "resize"
|
||||||
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5%
|
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5%
|
||||||
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5%
|
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5%
|
||||||
bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
||||||
|
bindsym --locked XF86AudioNext exec mpc next
|
||||||
|
bindsym --locked XF86AudioPlay exec mpc toggle
|
||||||
# Special keys to adjust brightness via brightnessctl
|
# Special keys to adjust brightness via brightnessctl
|
||||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||||
# Special key to take a screenshot with grim
|
# Special key to take a screenshot with grim
|
||||||
bindsym Print exec slurp -o | grim -g - - | wl-copy
|
bindsym Print exec grim -g '1920,0 1920x1080' - | wl-copy
|
||||||
bindsym $mod+Shift+s exec slurp | grim -g - - | wl-copy
|
bindsym $mod+Shift+s exec slurp | grim -g - - | wl-copy
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
@ -208,7 +212,7 @@ bar {
|
||||||
|
|
||||||
# When the status_command prints a new line to stdout, swaybar updates.
|
# When the status_command prints a new line to stdout, swaybar updates.
|
||||||
# The default just shows the current date and time.
|
# The default just shows the current date and time.
|
||||||
status_command while echo "\|$(mpc current | tr -d '\n')\| \|$(date +'%Y-%m-%d| |%X')\|"; do sleep 1; done
|
status_command while echo "$(mpc current | tr -d '\n') / A $(pactl get-sink-volume @DEFAULT_SINK@ | cut -d ' ' -f 6) / B $(brightnessctl -m | cut -d , -f 4) / $(date +'D %Y-%m-%d / T %T /')"; do sleep 1; done
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
statusline #ffffff
|
statusline #ffffff
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue