Compare commits

..

No commits in common. "be9cd7a8500d8436037e931bfdb868ff40e11944" and "14be42551b5305d021c595b71c33a6fd2ddffa54" have entirely different histories.

10 changed files with 39 additions and 62 deletions

View File

@ -7,7 +7,6 @@ source = ~/.config/hypr/config/defaults.conf
# Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing # # Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing #
exec-once = waybar & exec-once = waybar &
exec-once = blueman-applet &
exec-once = fcitx5 -d & exec-once = fcitx5 -d &
exec-once = mako & exec-once = mako &
exec-once = nm-applet --indicator & exec-once = nm-applet --indicator &

View File

@ -2,12 +2,12 @@
# ┃ Colors Configuration ┃ # ┃ Colors Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
$cachylgreen = rgba(8fbcbbff) # Teal $cachylgreen = rgba(82dcccff)
$cachymgreen = rgba(88c0d0ff) # Icy Blue $cachymgreen = rgba(00aa84ff)
$cachydgreen = rgba(81a1c1ff) # Frost $cachydgreen = rgba(007d6fff)
$cachylblue = rgba(5e81acff) # Desaturated Blue $cachylblue = rgba(01ccffff)
$cachymblue = rgba(4c566aff) # Slate $cachymblue = rgba(182545ff)
$cachydblue = rgba(3b4252ff) # Dark Background $cachydblue = rgba(111826ff)
$cachywhite = rgba(d8dee9ff) # Snow $cachywhite = rgba(ffffffff)
$cachygrey = rgba(e5e9f0ff) # Light Gray $cachygrey = rgba(ddddddff)
$cachygray = rgba(434c5eff) # Dark Gray $cachygray = rgba(798bb2ff)

View File

@ -9,14 +9,14 @@ source = ~/.config/hypr/config/colors.conf
decoration { decoration {
active_opacity = 1 active_opacity = 1
inactive_opacity = 0.6 inactive_opacity = 0.6
rounding = 3 rounding = 6
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur
blur { blur {
size = 15 size = 15
passes = 2 # more passes = more resource intensive. passes = 2 # more passes = more resource intensive.
xray = true xray = true
noise = 0.03 noise = 0.02
} }
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow
@ -24,8 +24,4 @@ decoration {
enabled = true enabled = true
range = 10 range = 10
} }
} }

View File

@ -7,13 +7,10 @@ envd = XCURSOR_SIZE,24
envd = QT_CURSOR_SIZE,24 envd = QT_CURSOR_SIZE,24
# Force electron apps to use wayland # Force electron apps to use wayland
# env = ELECTRON_OZONE_PLATFORM_HINT, auto env = ELECTRON_OZONE_PLATFORM_HINT, auto
# env = QT_QPA_PLATFORM, wayland env = QT_QPA_PLATFORM, wayland
# env = SDL_VIDEODRIVER, wayland env = SDL_VIDEODRIVER, wayland
# env = CLUTTER_BACKEND, wayland env = CLUTTER_BACKEND, wayland
# env = XDG_SESSION_TYPE, wayland env = XDG_SESSION_TYPE, wayland
# env = MOZ_ENABLE_WAYLAND, 1 env = MOZ_ENABLE_WAYLAND, 1
# env = NIXOS_OZONE_WL, 1 env = NIXOS_OZONE_WL, 1
# fixes full screen flickering
env = WLR_DRM_NO_DIRECT_SCANOUT,1

View File

@ -8,5 +8,4 @@ input {
kb_layout = de kb_layout = de
follow_mouse = 2 # 0|1|2|3 follow_mouse = 2 # 0|1|2|3
float_switch_override_focus = 2 float_switch_override_focus = 2
numlock_by_default = true
} }

View File

@ -4,8 +4,17 @@
# Monitor wiki https://wiki.hyprland.org/0.45.0/Configuring/Monitors/ # Monitor wiki https://wiki.hyprland.org/0.45.0/Configuring/Monitors/
monitor = eDP-2, highres@highrr, 0x0, 1, vrr, 0 monitor = , preferred, auto, 0.8
monitor = DP-2, 1920x1080@60, auto-left, 1, vrr, 0 monitor = eDP-2, highres@highrr, 0x0, 0.8
monitor = DP-2, 1920x1080@60, auto-left, 0.8
workspace = 1, monitor:eDP-2
workspace = 2, monitor:eDP-2
workspace = 3, monitor:eDP-2
workspace = 4, monitor:eDP-2
workspace = 5, monitor:DP-2
workspace = 6, monitor:DP-2
# If you need to scale things like steam etc, please uncomment these lines. # If you need to scale things like steam etc, please uncomment these lines.
# Adjust GDK_SCALE accordingly to your liking. # Adjust GDK_SCALE accordingly to your liking.

View File

@ -7,18 +7,19 @@ source = ~/.config/hypr/config/colors.conf
# Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ # # Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ #
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general
general { general {
gaps_in = 1
gaps_out = 2 gaps_in = 3
border_size = 2 gaps_out = 5
border_size = 3
col.active_border = $cachylgreen col.active_border = $cachylgreen
col.inactive_border = $cachymblue col.inactive_border = $cachymblue
layout = dwindle # master|dwindle layout = dwindle # master|dwindle
resize_on_border = true
extend_border_grab_area = 10
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#snap # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#snap
snap { snap {
enabled = true enabled = true
} }
} }
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#gestures # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#gestures
@ -39,26 +40,19 @@ group {
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#groupbar # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#groupbar
groupbar { groupbar {
font_size = 13
height = 15
indicator_height = 2
rounding = 0
font_family = "Fira Sans" font_family = "Fira Sans"
text_color = 0xbbffffff text_color = $cachydblue
font_weight_active = ultraheavy
font_weight_inactive = normal
col.active = $cachydgreen col.active = $cachydgreen
col.inactive = $cachylgreen col.inactive = $cachylgreen
col.locked_active = $cachymgreen col.locked_active = $cachymgreen
col.locked_inactive = $cachydblue col.locked_inactive = $cachydblue
} }
} }
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#misc # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#misc
misc { misc {
font_family = "Fira Sans" font_family = "Fira Sans"
splash_font_family = "Fira Sans" splash_font_family = "Fira Sans"
disable_hyprland_logo = false disable_hyprland_logo = true
col.splash = $cachylgreen col.splash = $cachylgreen
background_color = $cachydblue background_color = $cachydblue
enable_swallow = true enable_swallow = true
@ -84,7 +78,3 @@ master {
new_status = master new_status = master
special_scale_factor = 0.8 special_scale_factor = 0.8
} }
cursor {
no_hardware_cursors = true
}

View File

@ -18,7 +18,7 @@ windowrulev2 = float, class:^(CachyOSHello)$
windowrulev2 = float, class:^(zenity)$ windowrulev2 = float, class:^(zenity)$
windowrulev2 = float, class:^()$,title:^(Steam - Self Updater)$ windowrulev2 = float, class:^()$,title:^(Steam - Self Updater)$
# Increase the opacity # Increase the opacity
windowrulev2 = opacity 0.92, class:^(thunar|nemo|dolphin)$ windowrulev2 = opacity 0.92, class:^(thunar|nemo)$
windowrulev2 = opacity 0.96, class:^(discord|armcord|webcord)$ windowrulev2 = opacity 0.96, class:^(discord|armcord|webcord)$
windowrulev2 = opacity 0.95, title:^(QQ|Telegram)$ windowrulev2 = opacity 0.95, title:^(QQ|Telegram)$
windowrulev2 = opacity 0.95, title:^(NetEase Cloud Music Gtk4)$ windowrulev2 = opacity 0.95, title:^(NetEase Cloud Music Gtk4)$

View File

@ -1,13 +0,0 @@
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Monitor Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
workspace = 1, monitor:eDP-2
workspace = 2, monitor:eDP-2
workspace = 3, monitor:eDP-2
workspace = 4, monitor:eDP-2
workspace = 5, monitor:DP-2
workspace = 6, monitor:DP-2
workspace = 7, monitor:DP-2
workspace = 8, monitor:DP-2