mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Compare commits
2 Commits
d26653091a
...
dbd201e2e2
| Author | SHA1 | Date | |
|---|---|---|---|
| dbd201e2e2 | |||
| 04860234c4 |
35
private_dot_config/ashell/config.toml
Normal file
35
private_dot_config/ashell/config.toml
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
outputs = { Targets = ["DP-1"]}
|
||||||
|
position = "Bottom"
|
||||||
|
|
||||||
|
[modules]
|
||||||
|
left = [ "Clock", "Workspaces" ]
|
||||||
|
center = [ "WindowTitle" ]
|
||||||
|
right = ["Privacy", "SystemInfo",[ "Tray", "Settings" ] ]
|
||||||
|
|
||||||
|
[clock]
|
||||||
|
format = "%e.%m | %H:%M"
|
||||||
|
|
||||||
|
[appearance]
|
||||||
|
scale_factor = 1.2
|
||||||
|
|
||||||
|
success_color = "#a6e3a1"
|
||||||
|
text_color = "#cdd6f4"
|
||||||
|
|
||||||
|
workspace_colors = [ "#fab387", "#b4befe", "#cba6f7" ]
|
||||||
|
|
||||||
|
[appearance.primary_color]
|
||||||
|
base = "#fab387"
|
||||||
|
text = "#1e1e2e"
|
||||||
|
|
||||||
|
[appearance.danger_color]
|
||||||
|
base = "#f38ba8"
|
||||||
|
weak = "#f9e2af"
|
||||||
|
|
||||||
|
[appearance.background_color]
|
||||||
|
base = "#1e1e2e"
|
||||||
|
weak = "#313244"
|
||||||
|
strong = "#45475a"
|
||||||
|
|
||||||
|
[appearance.secondary_color]
|
||||||
|
base = "#11111b"
|
||||||
|
strong = "#1b1b25"
|
||||||
@@ -60,7 +60,7 @@ update_ms = 1200
|
|||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
proc_sorting = "memory"
|
proc_sorting = "command"
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = false
|
proc_reversed = false
|
||||||
|
|||||||
@@ -105,5 +105,5 @@ bind = $mainMod Control_L, f, focuswindow, class:^(freetube)$
|
|||||||
bind = $mainMod Control_L, x, exec, uwsm app -- ~/.local/share/applications/x.desktop
|
bind = $mainMod Control_L, x, exec, uwsm app -- ~/.local/share/applications/x.desktop
|
||||||
bind = $mainMod Control_L, x, focuswindow, class:^(chrome-x.com__-Default)$
|
bind = $mainMod Control_L, x, focuswindow, class:^(chrome-x.com__-Default)$
|
||||||
|
|
||||||
## restart waybar
|
## restart status bar
|
||||||
bind = $mainMod CONTROL_L L_SHIFT, B, exec, ~/.local/bin/restart_waybar.sh
|
bind = $mainMod CONTROL_L L_SHIFT, B, exec, killall ashell && uwsm app -- ashell
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ exec-once = wl-paste --type text --watch cliphist store
|
|||||||
exec-once = wl-paste --type image --watch cliphist store
|
exec-once = wl-paste --type image --watch cliphist store
|
||||||
|
|
||||||
exec-once = uwsm app -- kdeconnect-indicator
|
exec-once = uwsm app -- kdeconnect-indicator
|
||||||
exec-once = uwsm app -- waybar
|
exec-once = uwsm app -- ashell
|
||||||
exec-once = swww-daemon
|
exec-once = swww-daemon
|
||||||
exec-once = openrgb -c $openrgb_color
|
exec-once = openrgb -c $openrgb_color
|
||||||
|
|||||||
Reference in New Issue
Block a user