From 644bcc6b71965e3acc0dccc8f20ab2cbe7f7c127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 24 Nov 2023 00:48:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(hypr):=20added=20an=20spac?= =?UTF-8?q?e=20before=20and=20after=20the=20equal=20sign=20in=20all=20the?= =?UTF-8?q?=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/monitors.conf | 8 ++-- .config/hypr/configs/workspaces.conf | 60 ++++++++++++++-------------- .config/hypr/hyprland.conf | 14 +++---- .config/hypr/themes/luna/luna.conf | 50 ++++++++++------------- .config/hypr/themes/luna/theme.conf | 43 ++++++++++---------- 5 files changed, 85 insertions(+), 90 deletions(-) diff --git a/.config/hypr/configs/monitors.conf b/.config/hypr/configs/monitors.conf index f533db16..e8bcb885 100644 --- a/.config/hypr/configs/monitors.conf +++ b/.config/hypr/configs/monitors.conf @@ -1,6 +1,6 @@ # Generated by nwg-displays on 2023-09-04 at 18:08:34. Do not edit manually. -monitor=HDMI-A-1,1920x1080@74.973,2560x300,1.0 -monitor=HDMI-A-1,transform,3 -monitor=DP-3,2560x1080@74.990997,0x0,1.0 -monitor=DP-1,2560x1080@74.991,0x1080,1.0 +monitor = HDMI-A-1,1920x1080@74.973,2560x300,1.0 +monitor = HDMI-A-1,transform,3 +monitor = DP-3,2560x1080@74.990997,0x0,1.0 +monitor = DP-1,2560x1080@74.991,0x1080,1.0 diff --git a/.config/hypr/configs/workspaces.conf b/.config/hypr/configs/workspaces.conf index d7aa5ecd..f6f06ef1 100644 --- a/.config/hypr/configs/workspaces.conf +++ b/.config/hypr/configs/workspaces.conf @@ -1,32 +1,32 @@ # Generated by nwg-displays on 2023-09-04 at 18:08:34. Do not edit manually. -workspace=DP-1,1 -workspace=DP-1,2 -workspace=DP-1,3 -workspace=DP-1,4 -workspace=DP-1,5 -workspace=DP-1,6 -workspace=DP-1,7 -workspace=DP-1,8 -workspace=DP-1,9 -workspace=DP-1,10 -workspace=DP-3,11 -workspace=DP-3,12 -workspace=DP-3,13 -workspace=DP-3,14 -workspace=DP-3,15 -workspace=DP-3,16 -workspace=DP-3,17 -workspace=DP-3,18 -workspace=DP-3,19 -workspace=DP-3,20 -workspace=HDMI-A-1,21 -workspace=HDMI-A-1,22 -workspace=HDMI-A-1,23 -workspace=HDMI-A-1,24 -workspace=HDMI-A-1,25 -workspace=HDMI-A-1,26 -workspace=HDMI-A-1,27 -workspace=HDMI-A-1,28 -workspace=HDMI-A-1,29 -workspace=HDMI-A-1,30 +workspace = DP-1,1 +workspace = DP-1,2 +workspace = DP-1,3 +workspace = DP-1,4 +workspace = DP-1,5 +workspace = DP-1,6 +workspace = DP-1,7 +workspace = DP-1,8 +workspace = DP-1,9 +workspace = DP-1,10 +workspace = DP-3,11 +workspace = DP-3,12 +workspace = DP-3,13 +workspace = DP-3,14 +workspace = DP-3,15 +workspace = DP-3,16 +workspace = DP-3,17 +workspace = DP-3,18 +workspace = DP-3,19 +workspace = DP-3,20 +workspace = HDMI-A-1,21 +workspace = HDMI-A-1,22 +workspace = HDMI-A-1,23 +workspace = HDMI-A-1,24 +workspace = HDMI-A-1,25 +workspace = HDMI-A-1,26 +workspace = HDMI-A-1,27 +workspace = HDMI-A-1,28 +workspace = HDMI-A-1,29 +workspace = HDMI-A-1,30 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ee503bb4..24c94d5d 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,14 +1,12 @@ # Autostart -exec-once=$HOME/.config/hypr/scripts/autostart - -# Keybinds (change to whichever keybinds you want to use) +exec-once = $HOME/.config/hypr/scripts/autostart # Configs (change to whichever config you want to use) -source=~/.config/hypr/configs/monitors.conf -source=~/.config/hypr/configs/workspaces.conf source = ~/.config/hypr/configs/binds.conf +source = ~/.config/hypr/configs/monitors.conf +source = ~/.config/hypr/configs/workspaces.conf # Theme (change to whichever theme you want to use) -source=~/.config/hypr/themes/luna/luna.conf -source=~/.config/hypr/themes/luna/theme.conf -source=~/.config/hypr/themes/luna/rules.conf +source = ~/.config/hypr/themes/luna/luna.conf +source = ~/.config/hypr/themes/luna/theme.conf +source = ~/.config/hypr/themes/luna/rules.conf diff --git a/.config/hypr/themes/luna/luna.conf b/.config/hypr/themes/luna/luna.conf index 49b6d57b..ab6960e9 100644 --- a/.config/hypr/themes/luna/luna.conf +++ b/.config/hypr/themes/luna/luna.conf @@ -1,47 +1,41 @@ # Mouse and keyboard Config input { - kb_layout=us,es - kb_model= - kb_options=compose:rctrl,level3:ralt_switch,grp:win_space_toggle - kb_rules= + kb_layout = us,es + kb_options = compose:rctrl,level3:ralt_switch,grp:win_space_toggle - follow_mouse=1 - numlock_by_default=true + follow_mouse = 1 + numlock_by_default = true touchpad { - natural_scroll=yes - disable_while_typing=true - scroll_factor=1 + natural_scroll = yes + disable_while_typing = true + scroll_factor = 1 } } device:sonix-usb-device { - kb_layout=es,us - kb_model= - kb_options=compose:rctrl,level3:ralt_switch,grp:win_space_toggle - kb_rules= + kb_layout = es,us + kb_options = compose:rctrl,level3:ralt_switch,grp:win_space_toggle - numlock_by_default=true + numlock_by_default = true } device:evision-usb-device { - kb_layout=us,es - kb_model= - kb_options=compose:rctrl,level3:ralt_switch,grp:win_space_toggle - kb_rules= + kb_layout = us,es + kb_options = compose:rctrl,level3:ralt_switch,grp:win_space_toggle - numlock_by_default=true + numlock_by_default = true } misc { - always_follow_on_dnd=true - disable_hyprland_logo=true + always_follow_on_dnd = true + disable_hyprland_logo = true vrr = 0 - animate_manual_resizes=true - animate_mouse_windowdragging=false - enable_swallow=true - groupbar_titles_font_size=11 - groupbar_text_color=rgba(cad3f5ff) + animate_manual_resizes = true + animate_mouse_windowdragging = false + enable_swallow = true + groupbar_titles_font_size = 11 + groupbar_text_color = rgba(cad3f5ff) groupbar_gradients = false } @@ -58,6 +52,6 @@ dwindle { } gestures { - workspace_swipe=yes - workspace_swipe_fingers=4 + workspace_swipe = yes + workspace_swipe_fingers = 4 } diff --git a/.config/hypr/themes/luna/theme.conf b/.config/hypr/themes/luna/theme.conf index d8430631..1c363f1a 100644 --- a/.config/hypr/themes/luna/theme.conf +++ b/.config/hypr/themes/luna/theme.conf @@ -1,20 +1,20 @@ general { - border_size=2 - col.inactive_border=rgba(b7bdf869) + border_size = 2 + col.inactive_border = rgba(b7bdf869) col.active_border = rgba(c6d0f5ee) rgba(b7bdf869) rgba(b7bdf869) rgba(c6d0f5ee) 45deg - col.group_border =rgba(c6d0f599) + col.group_border = rgba(c6d0f599) col.group_border_active = rgba(b7bdf8ff) - gaps_in=10 - gaps_out=20 + gaps_in = 10 + gaps_out = 20 } decoration { - rounding=7 + rounding = 7 multisample_edges = true - active_opacity=0.95 - inactive_opacity=0.9 + active_opacity = 0.95 + inactive_opacity = 0.9 blur { enabled = yes @@ -29,24 +29,27 @@ decoration { dim_strength = 0.05 drop_shadow = yes - shadow_range=100 - shadow_render_power=5 - col.shadow= 0x53000000 - col.shadow_inactive=0x32000000 + shadow_range = 100 + shadow_render_power = 5 + col.shadow = 0x53000000 + col.shadow_inactive = 0x32000000 } animations { - enabled=1 + enabled = 1 bezier = default, 0.05, 0.9, 0.1, 1.05 - bezier=overshot,0.13,0.99,0.29,1.1 + bezier = wind, 0.05, 0.9, 0.1, 1.05 + bezier = overshot,0.13,0.99,0.29,1.1 bezier = liner, 1, 1, 1, 1 - animation=windows,1,5,overshot,popin - animation=windowsOut, 1,5, overshot, popin - animation=windowsMove,1,5,overshot,slide - animation=fadeIn,1,10,default - animation=fadeOut,1,10,default - animation=workspaces,1,6,overshot,slide + + animation = windows,1,6,wind,popin + animation = windowsIn, 1,6, overshot, popin + animation = windowsOut, 1,5, overshot, popin + animation = windowsMove,1,5,overshot,slide + animation = fadeIn,1,10,default + animation = fadeOut,1,10,default + animation = workspaces,1,6,overshot,slide animation = border, 1, 1, liner animation = borderangle, 1, 30, liner, loop }