From 17ee5aecb87ccd39805f0a01266d88dea3f4efc0 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Wed, 5 Aug 2026 17:44:33 +0200 Subject: [PATCH] wallpaper et alias --- .config/bash/gil_specific.sh | 1 + .config/sway/noctalia | 16 ++++++------- .local/state/noctalia/settings.toml | 36 +++++++++++++++++++++++++---- 3 files changed, 41 insertions(+), 12 deletions(-) diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index 13fd685..1b635a1 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -49,6 +49,7 @@ alias fluxUp="flux reconcile source git flux-system" alias kprod="export AWS_PROFILE='production' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-production && kubens prod && kubectl get po" alias kstage="export AWS_PROFILE='staging' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-staging && kubens preprod && kubectl get po" alias gupa='git pull --rebase --autostash' +alias gs='git switch' # Open a port forward session to a remote Kubernetes deployment diff --git a/.config/sway/noctalia b/.config/sway/noctalia index 56e684b..9017410 100644 --- a/.config/sway/noctalia +++ b/.config/sway/noctalia @@ -1,12 +1,12 @@ -set $primary #82d996 -set $on_primary #003918 -set $secondary #99d4a3 -set $tertiary #80d4db +set $primary #7ed0ff +set $on_primary #00344a +set $secondary #90cef4 +set $tertiary #c2c1ff set $error #ffb4ab -set $surface #091516 -set $on_surface #d7e5e6 -set $on_surface_variant #b1cbce -set $outline #7b9598 +set $surface #13121c +set $on_surface #e4e1ef +set $on_surface_variant #c6c4dd +set $outline #908ea5 ## Window Colours # class border backgr. text indicator child_border diff --git a/.local/state/noctalia/settings.toml b/.local/state/noctalia/settings.toml index 399d0a3..795578d 100644 --- a/.local/state/noctalia/settings.toml +++ b/.local/state/noctalia/settings.toml @@ -55,13 +55,38 @@ address = "Tours, France" [lockscreen_widgets] enabled = false schema_version = 2 -widget_order = [ "lockscreen-login-box@DP-5", "lockscreen-login-box@eDP-1" ] +widget_order = [ "lockscreen-login-box@DP-4", "lockscreen-login-box@DP-5", "lockscreen-login-box@eDP-1" ] [lockscreen_widgets.grid] cell_size = 16 major_interval = 4 visible = true + [lockscreen_widgets.widget."lockscreen-login-box@DP-4"] + box_height = 196.0 + box_width = 810.0 + cx = 1280.0 + cy = 1258.0 + output = "DP-4" + rotation = 0.0 + type = "login_box" + + [lockscreen_widgets.widget."lockscreen-login-box@DP-4".settings] + background_color = "surface_variant" + background_opacity = 0.88 + background_radius = 12.0 + center_password_text = false + input_opacity = 1.0 + input_radius = 6.0 + layout = "regular" + show_caps_lock = true + show_keyboard_layout = true + show_login_button = true + show_media = true + show_session_buttons = true + show_unlock_hint = true + show_weather = true + [lockscreen_widgets.widget."lockscreen-login-box@DP-5"] box_height = 196.0 box_width = 810.0 @@ -129,10 +154,13 @@ wallpaper_scheme = "m3-fruit-salad" directory = "/home/gil/.local/share/background" [wallpaper.default] - path = "/home/gil/.local/share/background/2001-ng.jpg" + path = "/home/gil/.local/share/background/1350764.jpeg" [wallpaper.last] - path = "/home/gil/.local/share/background/2001-ng.jpg" + path = "/home/gil/.local/share/background/1350764.jpeg" + + [wallpaper.monitors.DP-4] + path = "/home/gil/.local/share/background/1350764.jpeg" [wallpaper.monitors.eDP-1] - path = "/home/gil/.local/share/background/2001-ng.jpg" \ No newline at end of file + path = "/home/gil/.local/share/background/1350764.jpeg" \ No newline at end of file