conf/sway/config.d: retab

This commit is contained in:
Aminda Suomalainen 2023-02-14 14:23:27 +02:00
parent 74a72aab0b
commit 405127fb72
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
8 changed files with 60 additions and 60 deletions

View File

@ -30,19 +30,19 @@ set $br_violet #bd96fa
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
#bar { #bar {
# font pango:DejaVu Sans Mono 10 # font pango:DejaVu Sans Mono 10
#mode hide #mode hide
# status_command i3status --config ~/.config/i3/i3status.conf # status_command i3status --config ~/.config/i3/i3status.conf
# colors { # colors {
# separator $blue # separator $blue
# background $bg # background $bg
# statusline $br_white # statusline $br_white
# focused_workspace $green $green $bg # focused_workspace $green $green $bg
# active_workspace $cyan $blue $black # active_workspace $cyan $blue $black
# inactive_workspace $black $black $fg # inactive_workspace $black $black $fg
# urgent_workspace $yellow $yellow $black # urgent_workspace $yellow $yellow $black
# } # }
#} #}
# clientclass border backgr. text indicator # clientclass border backgr. text indicator

View File

@ -4,17 +4,17 @@
# #
# Read `man 5 sway-bar` for more information about this section. # Read `man 5 sway-bar` for more information about this section.
bar { bar {
position top position top
#i3status #i3status
status_command i3status-rs /home/mikaela/.config/i3status-rs/config.toml status_command i3status-rs /home/mikaela/.config/i3status-rs/config.toml
colors { colors {
#statusline #ffffff #statusline #ffffff
statusline $br_white statusline $br_white
#background #323232 #background #323232
background $bg background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c #inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg inactive_workspace $black $black $fg
} }
} }

View File

@ -4,17 +4,17 @@
# #
# Read `man 5 sway-bar` for more information about this section. # Read `man 5 sway-bar` for more information about this section.
bar { bar {
position top position top
#i3status #i3status
status_command i3status status_command i3status
colors { colors {
#statusline #ffffff #statusline #ffffff
statusline $br_white statusline $br_white
#background #323232 #background #323232
background $bg background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c #inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg inactive_workspace $black $black $fg
} }
} }

View File

@ -5,8 +5,8 @@
# I am not sure Wayland recognises terminate, but here it is anyway. # I am not sure Wayland recognises terminate, but here it is anyway.
input "type:keyboard" { input "type:keyboard" {
xkb_layout fi,us,epo,ru xkb_layout fi,us,epo,ru
xkb_variant ,altgr-intl,,phonetic_winkeys xkb_variant ,altgr-intl,,phonetic_winkeys
xkb_numlock enable xkb_numlock enable
xkb_options grp:alt_shift_toggle,shift:both_capslock,caps:backspace,nbsp:none,terminate:ctrl_alt_bksp,compose:menu xkb_options grp:alt_shift_toggle,shift:both_capslock,caps:backspace,nbsp:none,terminate:ctrl_alt_bksp,compose:menu
} }

View File

@ -6,7 +6,7 @@
# counter-productive # counter-productive
input "type:pointer" { input "type:pointer" {
#accel_profile adaptive #accel_profile adaptive
accel_profile flat accel_profile flat
pointer_accel 0 pointer_accel 0
} }

View File

@ -4,18 +4,18 @@
# #
# Read `man 5 sway-bar` for more information about this section. # Read `man 5 sway-bar` for more information about this section.
bar { bar {
position top position top
# 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 date +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done status_command while date +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done
colors { colors {
#statusline #ffffff #statusline #ffffff
statusline $br_white statusline $br_white
#background #323232 #background #323232
background $bg background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c #inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg inactive_workspace $black $black $fg
} }
} }

View File

@ -5,7 +5,7 @@
# when resumed. It will also lock your screen before your computer goes to # when resumed. It will also lock your screen before your computer goes to
# sleep. # sleep.
exec swayidle -w \ exec swayidle -w \
timeout 300 "\"$ScreenLockCmd\"" \ timeout 300 "\"$ScreenLockCmd\"" \
timeout 600 'swaymsg "output * dpms off"' \ timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \ resume 'swaymsg "output * dpms on"' \
before-sleep "\"$ScreenLockCmd\"" before-sleep "\"$ScreenLockCmd\""

View File

@ -1,3 +1,3 @@
bar { bar {
swaybar_command waybar swaybar_command waybar
} }