Compare commits
7 Commits
14be42551b
...
be9cd7a850
Author | SHA1 | Date | |
---|---|---|---|
be9cd7a850 | |||
d2cc23f982 | |||
b137caa3c4 | |||
a9092f8389 | |||
e9d01f59ef | |||
73a5ce935f | |||
7c3a1cc827 |
@ -2,7 +2,7 @@
|
||||
# ┃ Animations Configuration ┃
|
||||
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Animations/
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Animations/
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
|
@ -7,6 +7,7 @@ source = ~/.config/hypr/config/defaults.conf
|
||||
# Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing #
|
||||
|
||||
exec-once = waybar &
|
||||
exec-once = blueman-applet &
|
||||
exec-once = fcitx5 -d &
|
||||
exec-once = mako &
|
||||
exec-once = nm-applet --indicator &
|
||||
|
@ -2,12 +2,12 @@
|
||||
# ┃ Colors Configuration ┃
|
||||
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||
|
||||
$cachylgreen = rgba(82dcccff)
|
||||
$cachymgreen = rgba(00aa84ff)
|
||||
$cachydgreen = rgba(007d6fff)
|
||||
$cachylblue = rgba(01ccffff)
|
||||
$cachymblue = rgba(182545ff)
|
||||
$cachydblue = rgba(111826ff)
|
||||
$cachywhite = rgba(ffffffff)
|
||||
$cachygrey = rgba(ddddddff)
|
||||
$cachygray = rgba(798bb2ff)
|
||||
$cachylgreen = rgba(8fbcbbff) # Teal
|
||||
$cachymgreen = rgba(88c0d0ff) # Icy Blue
|
||||
$cachydgreen = rgba(81a1c1ff) # Frost
|
||||
$cachylblue = rgba(5e81acff) # Desaturated Blue
|
||||
$cachymblue = rgba(4c566aff) # Slate
|
||||
$cachydblue = rgba(3b4252ff) # Dark Background
|
||||
$cachywhite = rgba(d8dee9ff) # Snow
|
||||
$cachygrey = rgba(e5e9f0ff) # Light Gray
|
||||
$cachygray = rgba(434c5eff) # Dark Gray
|
||||
|
@ -9,14 +9,14 @@ source = ~/.config/hypr/config/colors.conf
|
||||
decoration {
|
||||
active_opacity = 1
|
||||
inactive_opacity = 0.6
|
||||
rounding = 6
|
||||
rounding = 3
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur
|
||||
blur {
|
||||
size = 15
|
||||
passes = 2 # more passes = more resource intensive.
|
||||
xray = true
|
||||
noise = 0.02
|
||||
noise = 0.03
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow
|
||||
@ -24,4 +24,8 @@ decoration {
|
||||
enabled = true
|
||||
range = 10
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -7,10 +7,13 @@ envd = XCURSOR_SIZE,24
|
||||
envd = QT_CURSOR_SIZE,24
|
||||
|
||||
# Force electron apps to use wayland
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
||||
env = QT_QPA_PLATFORM, wayland
|
||||
env = SDL_VIDEODRIVER, wayland
|
||||
env = CLUTTER_BACKEND, wayland
|
||||
env = XDG_SESSION_TYPE, wayland
|
||||
env = MOZ_ENABLE_WAYLAND, 1
|
||||
env = NIXOS_OZONE_WL, 1
|
||||
# env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
||||
# env = QT_QPA_PLATFORM, wayland
|
||||
# env = SDL_VIDEODRIVER, wayland
|
||||
# env = CLUTTER_BACKEND, wayland
|
||||
# env = XDG_SESSION_TYPE, wayland
|
||||
# env = MOZ_ENABLE_WAYLAND, 1
|
||||
# env = NIXOS_OZONE_WL, 1
|
||||
|
||||
# fixes full screen flickering
|
||||
env = WLR_DRM_NO_DIRECT_SCANOUT,1
|
||||
|
@ -8,4 +8,5 @@ input {
|
||||
kb_layout = de
|
||||
follow_mouse = 2 # 0|1|2|3
|
||||
float_switch_override_focus = 2
|
||||
numlock_by_default = true
|
||||
}
|
||||
|
@ -4,17 +4,8 @@
|
||||
|
||||
# Monitor wiki https://wiki.hyprland.org/0.45.0/Configuring/Monitors/
|
||||
|
||||
monitor = , preferred, auto, 0.8
|
||||
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
|
||||
monitor = eDP-2, highres@highrr, 0x0, 1, vrr, 0
|
||||
monitor = DP-2, 1920x1080@60, auto-left, 1, vrr, 0
|
||||
|
||||
# If you need to scale things like steam etc, please uncomment these lines.
|
||||
# Adjust GDK_SCALE accordingly to your liking.
|
||||
|
@ -7,19 +7,18 @@ source = ~/.config/hypr/config/colors.conf
|
||||
# Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ #
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general
|
||||
general {
|
||||
|
||||
gaps_in = 3
|
||||
gaps_out = 5
|
||||
border_size = 3
|
||||
gaps_in = 1
|
||||
gaps_out = 2
|
||||
border_size = 2
|
||||
col.active_border = $cachylgreen
|
||||
col.inactive_border = $cachymblue
|
||||
layout = dwindle # master|dwindle
|
||||
|
||||
resize_on_border = true
|
||||
extend_border_grab_area = 10
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#snap
|
||||
snap {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#gestures
|
||||
@ -40,19 +39,26 @@ group {
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#groupbar
|
||||
groupbar {
|
||||
font_size = 13
|
||||
height = 15
|
||||
indicator_height = 2
|
||||
rounding = 0
|
||||
font_family = "Fira Sans"
|
||||
text_color = $cachydblue
|
||||
text_color = 0xbbffffff
|
||||
font_weight_active = ultraheavy
|
||||
font_weight_inactive = normal
|
||||
col.active = $cachydgreen
|
||||
col.inactive = $cachylgreen
|
||||
col.locked_active = $cachymgreen
|
||||
col.locked_inactive = $cachydblue
|
||||
}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#misc
|
||||
misc {
|
||||
font_family = "Fira Sans"
|
||||
splash_font_family = "Fira Sans"
|
||||
disable_hyprland_logo = true
|
||||
disable_hyprland_logo = false
|
||||
col.splash = $cachylgreen
|
||||
background_color = $cachydblue
|
||||
enable_swallow = true
|
||||
@ -78,3 +84,7 @@ master {
|
||||
new_status = master
|
||||
special_scale_factor = 0.8
|
||||
}
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ windowrulev2 = float, class:^(CachyOSHello)$
|
||||
windowrulev2 = float, class:^(zenity)$
|
||||
windowrulev2 = float, class:^()$,title:^(Steam - Self Updater)$
|
||||
# Increase the opacity
|
||||
windowrulev2 = opacity 0.92, class:^(thunar|nemo)$
|
||||
windowrulev2 = opacity 0.92, class:^(thunar|nemo|dolphin)$
|
||||
windowrulev2 = opacity 0.96, class:^(discord|armcord|webcord)$
|
||||
windowrulev2 = opacity 0.95, title:^(QQ|Telegram)$
|
||||
windowrulev2 = opacity 0.95, title:^(NetEase Cloud Music Gtk4)$
|
||||
|
@ -0,0 +1,13 @@
|
||||
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
# ┃ 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
|
Loading…
x
Reference in New Issue
Block a user