From 7787c32e9a1d40d7fe2b27a818812d73c3d2954b Mon Sep 17 00:00:00 2001 From: i0uring Date: Sat, 13 Sep 2025 18:56:19 +0200 Subject: [PATCH] :sparkles: update ashell+swnc --- .config/ashell/config.toml | 11 ++++++----- .config/swaync/config.json | 4 ++-- .config/swaync/style.css | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.config/ashell/config.toml b/.config/ashell/config.toml index fe26870..1b6be18 100644 --- a/.config/ashell/config.toml +++ b/.config/ashell/config.toml @@ -4,13 +4,14 @@ outputs = "All" position = "Top" app_launcher_cmd = "killall tofi-drun || tofi-drun" -clipboard_cmd = 'grim -g "$(slurp)" - | wl-copy --type image/png' +#clipboard_cmd = 'grim -g "$(slurp)" - | wl-copy --type image/png' +clipboard_cmd = "" # - AppLauncher, Updates, Clipboard, Workspaces, WindowTitle # - SystemInfo, KeyboardLayout, KeyboardSubmap, Tray, Clock # - Privacy, MediaPlayer, Settings [modules] -left = [ "Workspaces", "SystemInfo" ] +left = [ "Workspaces", [ "SystemInfo" ] ] center = [ "WindowTitle" ] right = [ "Tray", [ "Clock", "Settings" ], "CustomNotifications" ] @@ -26,8 +27,8 @@ enable_workspace_filling = false mode = "Title" truncate_title_after_length = 150 -[keyboard_layout.labels] -"English (US)" = "" +#[keyboard_layout.labels] +#"English (US)" = "" [system] # - Cpu, Memory, MemorySwap, Temperature, { disk = "path" }, IpAddress, DownloadSpeed, UploadSpeed @@ -52,7 +53,7 @@ alert_threshold = 100 [clock] # https://docs.rs/chrono/latest/chrono/format/strftime/index.html -format = "%FTT%T%::z:" +format = "%FT%T" # Media player module configuration [media_player] diff --git a/.config/swaync/config.json b/.config/swaync/config.json index 811856c..2f0c86e 100644 --- a/.config/swaync/config.json +++ b/.config/swaync/config.json @@ -1,10 +1,10 @@ { "positionX": "right", "positionY": "top", - "control-center-margin-top": 5, + "control-center-margin-top": 0, "control-center-margin-bottom": 0, "control-center-margin-right": 0, - "control-center-margin-left": 5, + "control-center-margin-left": 0, "control-center-width": 500, "control-center-height": 600, "fit-to-screen": false, diff --git a/.config/swaync/style.css b/.config/swaync/style.css index d22d0e3..e312914 100644 --- a/.config/swaync/style.css +++ b/.config/swaync/style.css @@ -1,6 +1,6 @@ @define-color foreground rgb(255, 255, 255); @define-color background rgb(0, 0, 0); -@define-color background-alpha rgba(0, 0, 0, 0.42); +@define-color background-alpha rgba(0, 0, 0, 0.69); @define-color accent rgba(0, 0, 0, 0.69); @define-color current-line rgb(0, 0, 0); @define-color comment rgb(0, 0, 0);