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]

View File

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

View File

@@ -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);