Customise sway config some

This commit is contained in:
Maximilian Friedersdorff 2024-09-30 19:37:23 +01:00
parent 7dc536bd75
commit f488e37026
2 changed files with 33 additions and 0 deletions

View file

@ -326,6 +326,30 @@ bindsym $mod+Alt+l exec 'swaylock -e -f -i ~/Pictures/Backgrounds/DSC02113.jpg'
include /etc/sway/config.d/* include /etc/sway/config.d/*
# host specific section # host specific section
{{- if eq .chezmoi.hostname "rhenium" }}
bar {
id bar_internal
status_command ~/.local/bin/conky-i3bar ~/.conkyrc-main
position top
output "eDP-1"
font pango:Liberation Mono 12
colors {
background $black_super
focused_background $black
focused_workspace $black_super $yellow_super $black
active_workspace $black_super $blue_super $black
inactive_workspace $black_super $black_super $white_super
urgent_workspace $black $red_super $white
separator $white
}
}
output eDP-1 {
scale 2
position 0 0
background ~/Pictures/background_1800.png center
}
{{- end }}
{{- if eq .chezmoi.hostname "baryte" }} {{- if eq .chezmoi.hostname "baryte" }}
bar { bar {
id bar_right id bar_right

View file

@ -0,0 +1,9 @@
#!/bin/sh
echo '{"version":1}'
echo '['
echo '[],'
exec conky -c $1