add configuration files for hosts
This commit is contained in:
parent
59fc963803
commit
fbedb0782f
3 changed files with 8 additions and 3 deletions
3
conf/sway/conf.d/morty.config
Normal file
3
conf/sway/conf.d/morty.config
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
set $term termite
|
||||||
|
output * bg ~/Documents/ressources/wallpapers/building_cyberpunk.jpg fill
|
||||||
|
|
2
conf/sway/conf.d/rick.config
Normal file
2
conf/sway/conf.d/rick.config
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
set $term kitty
|
||||||
|
output eDP-1 scale 2
|
|
@ -3,7 +3,6 @@ set $left h
|
||||||
set $down j
|
set $down j
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
set $term termite
|
|
||||||
set $menu rofi -location 0 -show combi ~/.config/i3/rofi.config
|
set $menu rofi -location 0 -show combi ~/.config/i3/rofi.config
|
||||||
|
|
||||||
gaps inner 5
|
gaps inner 5
|
||||||
|
@ -149,13 +148,14 @@ title_align center
|
||||||
client.focused #f268b3 #a82d70 #ffffff #f268b3 #f268b3
|
client.focused #f268b3 #a82d70 #ffffff #f268b3 #f268b3
|
||||||
client.unfocused #000000 #4d3d46 #cccccc #000000 #000000
|
client.unfocused #000000 #4d3d46 #cccccc #000000 #000000
|
||||||
|
|
||||||
output * bg ~/Documents/ressources/wallpapers/building_cyberpunk.jpg fill
|
|
||||||
|
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
bar {
|
bar {
|
||||||
swaybar_command waybar
|
swaybar_command waybar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Include configuration by hostname
|
||||||
|
include ~/.config/sway/config.d/`hostname`.config
|
||||||
|
|
||||||
# Automatic startup
|
# Automatic startup
|
||||||
# -----------------
|
# -----------------
|
||||||
exec_always import-gsettings.sh \
|
exec_always import-gsettings.sh \
|
||||||
|
|
Reference in a new issue