did THINGS
This commit is contained in:
parent
f2b7e7d066
commit
5e5c988492
2 changed files with 5 additions and 4 deletions
|
@ -32,6 +32,7 @@ set $right l
|
|||
set $term alacritty
|
||||
set $menu wofi
|
||||
set $wallpaper ~/Pictures/akkodian.jpg
|
||||
set $lockcmd swaylock --screenshots --clock --indicator-idle-visible --indicator-radius 100 --indicator-thickness 4 --font JetBrainsMonoNerdFont --ignore-empty-password --ring-color 414868 --key-hl-color 7aa2f7 --text-color c0caf5 --line-color 414868 --inside-color 15161E --separator-color 00000000 --fade-in 0.1 --effect-scale 0.5 --effect-blur 7x3 --effect-scale 2 --effect-vignette 0.5:0.5
|
||||
|
||||
### Special snowflake window rules
|
||||
for_window [app_id="pavucontrol"] floating enable
|
||||
|
@ -54,7 +55,7 @@ for_window [title="File Operation Progress"] floating enable
|
|||
bindsym $mod+s exec grimshot copy output
|
||||
bindsym $mod+shift+s exec grimshot copy area
|
||||
# Lock screen
|
||||
bindsym $mod+Shift+Delete exec swaylock
|
||||
bindsym $mod+Shift+Delete exec $lockcmd
|
||||
# volume controls
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioLowerVolume exec pamixer -d 5
|
||||
|
@ -209,7 +210,7 @@ output * bg $wallpaper fill
|
|||
### Idle configuration
|
||||
exec swayidle -w \
|
||||
before-sleep 'loginctl lock-session $XDG_SESSION_ID' \
|
||||
lock 'swaylock'
|
||||
lock '$lockcmd'
|
||||
|
||||
### Input configuration
|
||||
#
|
||||
|
|
|
@ -61,12 +61,12 @@ window#waybar {
|
|||
|
||||
#clock {
|
||||
color: #7aa2f7;
|
||||
border-radius: 0px 3px 3px 0px;
|
||||
border-radius: 0px 5px 5px 0px;
|
||||
margin-right: 8px;
|
||||
border-right: 2px solid #414868;
|
||||
}
|
||||
|
||||
#tray {
|
||||
border-radius: 5px 0px 0px 3px;
|
||||
border-radius: 5px 0px 0px 5px;
|
||||
border-left: 2px solid #414868;
|
||||
}
|
Loading…
Reference in a new issue