diff --git a/.config/albert/config b/.config/albert/config index 18d6bd7..1bc114c 100644 --- a/.config/albert/config +++ b/.config/albert/config @@ -95,7 +95,7 @@ enabled=true trigger=? [vpn] -enabled=false +enabled=true [widgetsboxmodel] alwaysOnTop=true diff --git a/.config/hypr/config/kb_layouts/us.conf b/.config/hypr/config/kb_layouts/us.conf index 2f6a2e5..8fe85bc 100644 --- a/.config/hypr/config/kb_layouts/us.conf +++ b/.config/hypr/config/kb_layouts/us.conf @@ -1,8 +1,8 @@ ## Overrides inputs for QWERTY layout input { - kb_layout = us - kb_variant = + kb_layout = fr + kb_variant = us kb_model = kb_options = kb_rules = @@ -30,4 +30,4 @@ bind = $mainMod SHIFT, 6, movetoworkspace, 6 bind = $mainMod SHIFT, 7, movetoworkspace, 7 bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 -bind = $mainMod SHIFT, 0, movetoworkspace, 10 \ No newline at end of file +bind = $mainMod SHIFT, 0, movetoworkspace, 10 diff --git a/.config/hypr/config/monitors/default.conf b/.config/hypr/config/monitors/default.conf index 5f2c2d4..1119529 100644 --- a/.config/hypr/config/monitors/default.conf +++ b/.config/hypr/config/monitors/default.conf @@ -3,5 +3,18 @@ ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto -monitor=eDP-1,preferred,0x0,1 # Laptop screen + +# All screens +monitorv2 { + mode = preferred + position = auto + scale = auto +} + +# Laptop screen +monitorv2 { + output = eDP-1 + mode = preferred + position = 0x0 + scale = 1 +} diff --git a/.config/hypr/config/monitors/mirror.conf b/.config/hypr/config/monitors/mirror.conf index 66b3179..1eb3732 100644 --- a/.config/hypr/config/monitors/mirror.conf +++ b/.config/hypr/config/monitors/mirror.conf @@ -3,5 +3,21 @@ ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=eDP-1,preferred,0x0,1 # Laptop screen -monitor=,preferred,auto,1, mirror, eDP-1 + +# Laptop screen +monitorv2 { + output = eDP-1 + mode = preferred + position = 0x0 + scale = 1 +} + +# Other monitors (mirror laptop screen) +monitorv2 { + output = * + mode = preferred + position = auto + scale = 1 + mirror = eDP-1 +} + diff --git a/.config/hypr/config/monitors/perso.conf b/.config/hypr/config/monitors/perso.conf index bd5511c..31ec468 100644 --- a/.config/hypr/config/monitors/perso.conf +++ b/.config/hypr/config/monitors/perso.conf @@ -3,8 +3,37 @@ ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto -monitor=eDP-1,preferred,0x0,1 # Laptop screen -monitor=DP-1, preferred, 0x-1080, 1 # HP Home monitor -monitor=DP-2, preferred, 0x-1080, 1 # HP Home monitor -monitor=HDMI-A-1, preferred, 0x-1440, 1 # Dell monitor + +# Default +monitorv2 { + output = * + mode = preferred + position = auto + scale = auto +} + +# Laptop screen +monitorv2 { + output = eDP-1 + mode = preferred + position = 0x0 + scale = 1 +} + +# HP home monitor +monitorv2 { + output = DP-* + mode = preferred + position = 0x-1080 + scale = 1 +} + + +# Dell monitor +monitorv2 { + output = HDMI-A-1 + mode = preferred + position = 0x-1440 + scale = 1 +} + diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 286e0eb..072991c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -6,7 +6,7 @@ # For a full list, see the wiki #source = ~/.config/hypr/config/monitors_default.conf -source = ~/.config/hypr/config/monitors/mirror.conf +source = ~/.config/hypr/config/monitors/perso.conf source = ~/.config/hypr/config/environment.conf source = ~/.config/hypr/config/input.conf source = ~/.config/hypr/config/kb_layouts/us.conf diff --git a/.config/hypr/images/wallpaper.jpg b/.config/hypr/images/wallpaper.jpg index fb968de..4f3b069 100644 Binary files a/.config/hypr/images/wallpaper.jpg and b/.config/hypr/images/wallpaper.jpg differ diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf new file mode 100644 index 0000000..e69de29 diff --git a/.config/hypr/workspaces.conf b/.config/hypr/workspaces.conf new file mode 100644 index 0000000..e69de29 diff --git a/.config/swaync/style.css b/.config/swaync/style.css index 9cb80f3..5c76f1f 100644 --- a/.config/swaync/style.css +++ b/.config/swaync/style.css @@ -4,7 +4,7 @@ * { all: unset; - font-family: JetBrainsMono Nerd Font; + font-family: JetBrainsMono Nerd Font Propo; transition: 0.1s; font-size: 1.3rem; } diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 1bed452..d1b1bd1 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -3,7 +3,7 @@ * { font-size: 17px; - font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF"; + font-family: "JetBrainsMono Nerd Font Propo"; min-width: 8px; min-height: 0px; border: none; @@ -86,7 +86,7 @@ tooltip label { border-radius: 0.15em; margin: 2px 1px 3px 1px; background: alpha(darker(@active), 0.25); - border: 1px solid alpha(darker(@active), 0.1); + border: 1px solid alpha(darker(@active), 0.0); } /* Override specific parameters*/ @@ -177,18 +177,15 @@ tooltip label { } #network.wifi { - padding-right: 5px; - margin: 2px 0px; + margin: 2px; } #network.disconnected { - padding-right: 5px; - margin: 2px 0px; + margin: 2px; } #network.ethernet { - padding-right: 3px; - margin: 2px 0px; + margin: 2px; } #submap {