diff options
| author | c0co.channel <c0co.channel@braincrime.com> | 2025-09-10 18:14:22 +0100 |
|---|---|---|
| committer | c0co.channel <c0co.channel@braincrime.com> | 2025-09-10 18:14:22 +0100 |
| commit | b58749efa6889c66016e73d6bbb7c239a991fb38 (patch) | |
| tree | 94436cd9b947856bcc7b18f9533511660bf99dc2 /dom0/files/misc-config/sway-config | |
| parent | 763668339c9c2b5c677ccbc0674c1777258681c8 (diff) | |
| parent | cd080424127bb8e91ba4df7f36aa7b541d35752b (diff) | |
Merge remote-tracking branch 'origin/corpo-nonefi'
Diffstat (limited to 'dom0/files/misc-config/sway-config')
| -rw-r--r-- | dom0/files/misc-config/sway-config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dom0/files/misc-config/sway-config b/dom0/files/misc-config/sway-config index e654cea..60e6eed 100644 --- a/dom0/files/misc-config/sway-config +++ b/dom0/files/misc-config/sway-config @@ -26,9 +26,9 @@ output * bg $HOME/.config/guix-config/dom0/files/wallpapers/taclnc.png fill # Example configuration: # # output HDMI-A-1 resolution 1920x1080 position 1920,0 -output * resolution 1920x1080 position 1920,0 +output * resolution 1920x1080 exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY -exec spice-vdagent +# exec spice-vdagent # You can get the names of your outputs by running: swaymsg -t get_outputs ### Idle configuration @@ -222,7 +222,7 @@ bar { # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. - status_command while date +'%Y-%m-%d %X'; do sleep 1; done + status_command while (echo "! ! WARNING ! ! THIS IS Dom0 ! ! $(date +'%Y-%m-%d %X')"); do sleep 1; done colors { statusline #ffffff |
