common hyprland config
- Decoration - env - exec - sourcing file (hyprland) - hyprlock - hyprpaper
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
decoration {
|
||||
rounding = 12
|
||||
blur {
|
||||
enabled = true
|
||||
size = 8
|
||||
passes = 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
# env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
# env = QT_STYLE_OVERRIDE,kvantum
|
||||
# env = QT_QPA_PLATFORMTHEME,kvantum
|
||||
env = XCURSOR_THEME,Breeze
|
||||
env = XCURSOR_SIZE,24
|
||||
env = VISUAL,code
|
||||
# env = VISUAL,zeditor
|
||||
@@ -0,0 +1,7 @@
|
||||
exec-once = hyprpanel
|
||||
exec-once = XDG_MENU_PREFIX=arch- kbuildsycoca6
|
||||
exec-once = copyq --start-server
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = nm-applet --indicator
|
||||
# exec-once = blueman-applet
|
||||
exec-once = eval "$(ssh-agent -s)"
|
||||
@@ -0,0 +1,9 @@
|
||||
source = ~/.config/hypr/binds.conf
|
||||
source = ~/.config/hypr/input.conf
|
||||
source = ~/.config/hypr/general.conf
|
||||
source = ~/.config/hypr/decoration.conf
|
||||
source = ~/.config/hypr/animations.conf
|
||||
source = ~/.config/hypr/exec.conf
|
||||
source = ~/.config/hypr/env.conf
|
||||
source = ~/.config/hypr/windowrules.conf
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
@@ -0,0 +1,66 @@
|
||||
# Main background
|
||||
background {
|
||||
monitor =
|
||||
path = /usr/share/backgrounds/your-wallpaper.jpg # можно убрать, если не хочешь картинку
|
||||
blur_passes = 2
|
||||
noise = true
|
||||
contrast = 0.9
|
||||
brightness = 0.7
|
||||
vibrancy = 0.3
|
||||
}
|
||||
|
||||
# Clock in the center
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date '+%H:%M:%S')"
|
||||
color = rgba(ffffffee)
|
||||
font_size = 64
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
position = 0, -100
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Date under clock
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:60000] echo "$(date '+%A, %d %B %Y')"
|
||||
color = rgba(bbbbbbdd)
|
||||
font_size = 20
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
position = 0, -40
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Username & prompt
|
||||
label {
|
||||
monitor =
|
||||
text = $USER
|
||||
color = rgba(aaaaaaff)
|
||||
font_size = 16
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
position = 0, 20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Password field
|
||||
input-field {
|
||||
monitor =
|
||||
size = 300, 40
|
||||
outline_thickness = 2
|
||||
dots_size = 0.3
|
||||
dots_spacing = 0.15
|
||||
dots_center = true
|
||||
fade_on_empty = true
|
||||
placeholder_text = Введи пароль
|
||||
inner_color = rgba(000000aa)
|
||||
outline_color = rgba(888888aa)
|
||||
font_color = rgba(ffffffcc)
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
font_size = 14
|
||||
position = 0, 100
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
preload = /home/forust/.wallpaper/*
|
||||
ipc = on
|
||||
Reference in New Issue
Block a user