wallpaper et alias
parent
f15105143e
commit
17ee5aecb8
|
|
@ -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 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 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 gupa='git pull --rebase --autostash'
|
||||||
|
alias gs='git switch'
|
||||||
|
|
||||||
|
|
||||||
# Open a port forward session to a remote Kubernetes deployment
|
# Open a port forward session to a remote Kubernetes deployment
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
set $primary #82d996
|
set $primary #7ed0ff
|
||||||
set $on_primary #003918
|
set $on_primary #00344a
|
||||||
set $secondary #99d4a3
|
set $secondary #90cef4
|
||||||
set $tertiary #80d4db
|
set $tertiary #c2c1ff
|
||||||
set $error #ffb4ab
|
set $error #ffb4ab
|
||||||
set $surface #091516
|
set $surface #13121c
|
||||||
set $on_surface #d7e5e6
|
set $on_surface #e4e1ef
|
||||||
set $on_surface_variant #b1cbce
|
set $on_surface_variant #c6c4dd
|
||||||
set $outline #7b9598
|
set $outline #908ea5
|
||||||
|
|
||||||
## Window Colours
|
## Window Colours
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
|
|
|
||||||
|
|
@ -55,13 +55,38 @@ address = "Tours, France"
|
||||||
[lockscreen_widgets]
|
[lockscreen_widgets]
|
||||||
enabled = false
|
enabled = false
|
||||||
schema_version = 2
|
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]
|
[lockscreen_widgets.grid]
|
||||||
cell_size = 16
|
cell_size = 16
|
||||||
major_interval = 4
|
major_interval = 4
|
||||||
visible = true
|
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"]
|
[lockscreen_widgets.widget."lockscreen-login-box@DP-5"]
|
||||||
box_height = 196.0
|
box_height = 196.0
|
||||||
box_width = 810.0
|
box_width = 810.0
|
||||||
|
|
@ -129,10 +154,13 @@ wallpaper_scheme = "m3-fruit-salad"
|
||||||
directory = "/home/gil/.local/share/background"
|
directory = "/home/gil/.local/share/background"
|
||||||
|
|
||||||
[wallpaper.default]
|
[wallpaper.default]
|
||||||
path = "/home/gil/.local/share/background/2001-ng.jpg"
|
path = "/home/gil/.local/share/background/1350764.jpeg"
|
||||||
|
|
||||||
[wallpaper.last]
|
[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]
|
[wallpaper.monitors.eDP-1]
|
||||||
path = "/home/gil/.local/share/background/2001-ng.jpg"
|
path = "/home/gil/.local/share/background/1350764.jpeg"
|
||||||
Loading…
Reference in New Issue