Use sway on dubnium

This commit is contained in:
Maximilian Friedersdorff 2024-12-01 11:44:02 +00:00
parent ac62354768
commit 82e3fa9114
2 changed files with 30 additions and 59 deletions

View file

@ -451,3 +451,33 @@ for_window [class="zoom" title="Zoom Workplace - Licensed account"] floating dis
for_window [app_id="firefox" title="Extension:*"] floating enable
{{- end }}
{{- if eq .chezmoi.hostname "dubnium" }}
bar {
id bar_main
status_command ~/.local/bin/conky-i3bar ~/.conkyrc-main
position top
output "Acer Technologies VG270U P 0x05217924"
font pango:JetBrainsMono NFM 10
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 "Acer Technologies VG270U P 0x05217924" {
background ~/Pictures/background.jpg fill
position 0 0
scale 1
}
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
exec mako&
for_window [app_id="firefox" title="Extension:*"] floating enable
{{- end }}