Compare commits

...

2 Commits

Author SHA1 Message Date
dbd201e2e2 Update .config/btop/btop.conf
Update .config/hypr/hyprland/binds/managment.conf
Update .config/hypr/hyprland/exec.conf
2026-02-17 15:57:03 +01:00
04860234c4 Add .config/ashell/config.toml 2026-02-17 15:52:40 +01:00
4 changed files with 39 additions and 4 deletions

View 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"

View File

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

View File

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

View File

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