update ashell+swnc

This commit is contained in:
lia
2025-09-13 18:56:19 +02:00
parent ba4d7a9b7f
commit 7787c32e9a
3 changed files with 9 additions and 8 deletions

View File

@@ -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]