looks
This commit is contained in:
parent
12ac74e2ca
commit
8cef604390
2 changed files with 8 additions and 6 deletions
12
sway/config
12
sway/config
|
@ -1,6 +1,6 @@
|
||||||
# Preferences
|
# Preferences
|
||||||
output * {
|
output * {
|
||||||
bg ~/Pictures/Backgrounds/background.jpg fill
|
# bg ~/Pictures/Backgrounds/background.jpg fill
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
|
@ -115,22 +115,24 @@ bindsym $mod+Shift+f floating toggle
|
||||||
# Layout
|
# Layout
|
||||||
client.focused #00000000 #2e9ef4 #00000000
|
client.focused #00000000 #2e9ef4 #00000000
|
||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
gaps inner 5
|
gaps inner 10
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
position bottom
|
position top
|
||||||
font pango:JetBrainsMono Bold 9
|
font pango:JetBrainsMono Bold 9
|
||||||
status_command ~/.config/scripts/sway/swaystatus
|
status_command ~/.config/scripts/sway/swaystatus
|
||||||
height 20
|
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #00000000
|
background #00000000
|
||||||
statusline #2e9ef4
|
statusline #ffffff
|
||||||
focused_workspace #2e9ef450 #2e9ef420 #ffffff
|
focused_workspace #2e9ef450 #2e9ef420 #ffffff
|
||||||
inactive_workspace #00000000 #00000000 #2e9ef4
|
inactive_workspace #00000000 #00000000 #2e9ef4
|
||||||
|
gaps 10 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
exec_always dunst
|
exec_always dunst
|
||||||
exec_always dbus-update-activation-environment WAYLAND_DISPLAY
|
exec_always dbus-update-activation-environment WAYLAND_DISPLAY
|
||||||
|
exec_always swww init
|
||||||
|
exec_always swww img ~/Pictures/Backgrounds/default.gif
|
||||||
|
|
Loading…
Reference in a new issue