✨ update ashell+swnc
This commit is contained in:
@@ -4,13 +4,14 @@ outputs = "All"
|
|||||||
position = "Top"
|
position = "Top"
|
||||||
|
|
||||||
app_launcher_cmd = "killall tofi-drun || tofi-drun"
|
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
|
# - AppLauncher, Updates, Clipboard, Workspaces, WindowTitle
|
||||||
# - SystemInfo, KeyboardLayout, KeyboardSubmap, Tray, Clock
|
# - SystemInfo, KeyboardLayout, KeyboardSubmap, Tray, Clock
|
||||||
# - Privacy, MediaPlayer, Settings
|
# - Privacy, MediaPlayer, Settings
|
||||||
[modules]
|
[modules]
|
||||||
left = [ "Workspaces", "SystemInfo" ]
|
left = [ "Workspaces", [ "SystemInfo" ] ]
|
||||||
center = [ "WindowTitle" ]
|
center = [ "WindowTitle" ]
|
||||||
right = [ "Tray", [ "Clock", "Settings" ], "CustomNotifications" ]
|
right = [ "Tray", [ "Clock", "Settings" ], "CustomNotifications" ]
|
||||||
|
|
||||||
@@ -26,8 +27,8 @@ enable_workspace_filling = false
|
|||||||
mode = "Title"
|
mode = "Title"
|
||||||
truncate_title_after_length = 150
|
truncate_title_after_length = 150
|
||||||
|
|
||||||
[keyboard_layout.labels]
|
#[keyboard_layout.labels]
|
||||||
"English (US)" = ""
|
#"English (US)" = ""
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
# - Cpu, Memory, MemorySwap, Temperature, { disk = "path" }, IpAddress, DownloadSpeed, UploadSpeed
|
# - Cpu, Memory, MemorySwap, Temperature, { disk = "path" }, IpAddress, DownloadSpeed, UploadSpeed
|
||||||
@@ -52,7 +53,7 @@ alert_threshold = 100
|
|||||||
|
|
||||||
[clock]
|
[clock]
|
||||||
# https://docs.rs/chrono/latest/chrono/format/strftime/index.html
|
# https://docs.rs/chrono/latest/chrono/format/strftime/index.html
|
||||||
format = "%FTT%T%::z:"
|
format = "%FT%T"
|
||||||
|
|
||||||
# Media player module configuration
|
# Media player module configuration
|
||||||
[media_player]
|
[media_player]
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"positionX": "right",
|
"positionX": "right",
|
||||||
"positionY": "top",
|
"positionY": "top",
|
||||||
"control-center-margin-top": 5,
|
"control-center-margin-top": 0,
|
||||||
"control-center-margin-bottom": 0,
|
"control-center-margin-bottom": 0,
|
||||||
"control-center-margin-right": 0,
|
"control-center-margin-right": 0,
|
||||||
"control-center-margin-left": 5,
|
"control-center-margin-left": 0,
|
||||||
"control-center-width": 500,
|
"control-center-width": 500,
|
||||||
"control-center-height": 600,
|
"control-center-height": 600,
|
||||||
"fit-to-screen": false,
|
"fit-to-screen": false,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@define-color foreground rgb(255, 255, 255);
|
@define-color foreground rgb(255, 255, 255);
|
||||||
@define-color background rgb(0, 0, 0);
|
@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 accent rgba(0, 0, 0, 0.69);
|
||||||
@define-color current-line rgb(0, 0, 0);
|
@define-color current-line rgb(0, 0, 0);
|
||||||
@define-color comment rgb(0, 0, 0);
|
@define-color comment rgb(0, 0, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user