Browse Source

updated sway config

master
Josh Fabean 4 years ago
parent
commit
2eec8806d0
1 changed files with 18 additions and 17 deletions
  1. +18
    -17
      .config/sway/golem-sway

+ 18
- 17
.config/sway/golem-sway View File

@ -3,7 +3,7 @@
set $mod Mod4
set $alt Mod1
font pango:FiraCode, FontAwesome 12
font pango:FiraCode, FontAwesome 12, Noto
bindsym $mod+F7 exec --no-startup-id xset r rate 250 25 && xset b off && setxkbmap -option caps:escape
@ -20,9 +20,9 @@ bindsym $mod+q kill
bindsym $mod+$alt+s exec swaylock
exec swayidle -w \
timeout 300 'swaylock'
timeout 600 'swaylock'
exec swayidle -w \
timeout 600 'swaymsg "output * dpms off"'\
timeout 1200 'swaymsg "output * dpms off"'\
resume 'swaymsg "output * dpms on"'
# before-sleep 'swaylock'
@ -219,20 +219,21 @@ 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
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
}
swaybar_command waybar
# 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
# }
}
# class border backgr. text indicator child_border


Loading…
Cancel
Save