mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
conf/sway/config.d: retab
This commit is contained in:
parent
74a72aab0b
commit
405127fb72
@ -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
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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\""
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
bar {
|
bar {
|
||||||
swaybar_command waybar
|
swaybar_command waybar
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user