From 688440253af5b87aac853460cf0622675e384b12 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 30 Sep 2024 00:01:03 +0200 Subject: [PATCH] Create custom sway clock --- .../ansible_collections/community/general | 2 +- collections/ansible_collections/l3d/wm | 2 +- group_vars/all.yml | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general index 6af74d1..ab84f16 160000 --- a/collections/ansible_collections/community/general +++ b/collections/ansible_collections/community/general @@ -1 +1 @@ -Subproject commit 6af74d1ba6a8f5378d4fa775bc474f525599e18f +Subproject commit ab84f1632f26ef7a7a3243b3f61871e7e26ef280 diff --git a/collections/ansible_collections/l3d/wm b/collections/ansible_collections/l3d/wm index 6e5fb94..58b0567 160000 --- a/collections/ansible_collections/l3d/wm +++ b/collections/ansible_collections/l3d/wm @@ -1 +1 @@ -Subproject commit 6e5fb94f20fefe8c67c54c36f95fe66171683330 +Subproject commit 58b0567b551a162be6a589d4abe0bfe24dd3adb0 diff --git a/group_vars/all.yml b/group_vars/all.yml index cb72775..fa6a4cd 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -108,3 +108,22 @@ gopass_prefix: '' # librewolf librewolf__xdg_settings: true librewolf__xdg_settings_user: "{{ sway__user_list }}" + +sway__waybar_modules_right: + - "idle_inhibitor" + - "custom/weather" + - "pulseaudio" + - "network" + - "custom/ping" + - "cpu" + - "memory" + - "disk" + - "temperature" + - "backlight" + - "keyboard-state" + - "sway/language" + - "battery" + - "custom/power" + - "custom/clock" + - "tray" +