From 6948ef6f3ceed4df60fb95cb3c3eeaf1e25888a1 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Tue, 19 Dec 2023 19:13:59 -0800 Subject: [PATCH 1/2] waybar: sync config with v0.9.24 --- waybar/config | 1 + 1 file changed, 1 insertion(+) diff --git a/waybar/config b/waybar/config index ad76e93..daad8ab 100644 --- a/waybar/config +++ b/waybar/config @@ -12,6 +12,7 @@ // "sway/workspaces": { // "disable-scroll": true, // "all-outputs": true, + // "warp-on-scroll": false, // "format": "{name}: {icon}", // "format-icons": { // "1": "", From 314e5108b7027e3eb501b1449e50d9c1b02699ab Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Thu, 1 Feb 2024 18:47:03 -0800 Subject: [PATCH 2/2] sway: sync config with v1.9-rc1 --- sway/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config.in b/sway/config.in index 3eda7ac..a517316 100644 --- a/sway/config.in +++ b/sway/config.in @@ -18,7 +18,7 @@ set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu dmenu_path | dmenu | xargs swaymsg exec -- +set $menu dmenu_path | wmenu | xargs swaymsg exec -- ### Output configuration # @@ -205,7 +205,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 %I:%M:%S %p'; do sleep 1; done + status_command while date +'%Y-%m-%d %X'; do sleep 1; done colors { statusline #ffffff