Add first Hyprland, Mako, SDDM, and Plymouth style base
This commit is contained in:
parent
13e3023c50
commit
0f36a39285
4 changed files with 125 additions and 0 deletions
86
config/hypr/hyprland.conf
Normal file
86
config/hypr/hyprland.conf
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
# Hyprland v1 base config
|
||||
|
||||
$mod = SUPER
|
||||
$terminal = kitty
|
||||
$menu = rofi -show drun
|
||||
|
||||
monitor=,preferred,auto,1
|
||||
|
||||
exec-once = mako
|
||||
exec-once = powerprofilesctl set balanced
|
||||
exec-once = swww-daemon
|
||||
|
||||
input {
|
||||
kb_layout = de
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
}
|
||||
sensitivity = 0
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
border_size = 2
|
||||
col.active_border = rgba(3c8c6eee) rgba(7fbf4dee) 45deg
|
||||
col.inactive_border = rgba(1f332baa)
|
||||
resize_on_border = true
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
new_optimizations = true
|
||||
}
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 18
|
||||
render_power = 3
|
||||
color = rgba(00000055)
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.05
|
||||
animation = windows, 1, 5, overshot
|
||||
animation = windowsOut, 1, 4, default, popin 80%
|
||||
animation = border, 1, 6, default
|
||||
animation = fade, 1, 5, default
|
||||
animation = workspaces, 1, 5, default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
force_default_wallpaper = 0
|
||||
}
|
||||
|
||||
bind = $mod, RETURN, exec, $terminal
|
||||
bind = $mod, D, exec, $menu
|
||||
bind = $mod SHIFT, Q, killactive,
|
||||
bind = $mod SHIFT, E, exit,
|
||||
bind = $mod, F, fullscreen,
|
||||
bind = $mod, V, togglefloating,
|
||||
bind = $mod, P, exec, powerprofilesctl launch kitty
|
||||
bind = $mod, L, exec, hyprlock
|
||||
|
||||
bind = $mod, 1, workspace, 1
|
||||
bind = $mod, 2, workspace, 2
|
||||
bind = $mod, 3, workspace, 3
|
||||
bind = $mod, 4, workspace, 4
|
||||
bind = $mod, 5, workspace, 5
|
||||
bind = $mod SHIFT, 1, movetoworkspace, 1
|
||||
bind = $mod SHIFT, 2, movetoworkspace, 2
|
||||
bind = $mod SHIFT, 3, movetoworkspace, 3
|
||||
bind = $mod SHIFT, 4, movetoworkspace, 4
|
||||
bind = $mod SHIFT, 5, movetoworkspace, 5
|
||||
14
config/mako/config
Normal file
14
config/mako/config
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
background-color=#101916dd
|
||||
text-color=#d8e3dc
|
||||
border-color=#3c8c6e
|
||||
progress-color=over #2f6f57
|
||||
border-size=2
|
||||
border-radius=12
|
||||
default-timeout=5000
|
||||
font=JetBrainsMono Nerd Font 10
|
||||
icons=1
|
||||
max-icon-size=48
|
||||
padding=12
|
||||
margin=10
|
||||
anchor=top-right
|
||||
layer=overlay
|
||||
12
themes/forest-cyber/plymouth/theme-notes.md
Normal file
12
themes/forest-cyber/plymouth/theme-notes.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Plymouth Theme Richtung
|
||||
|
||||
## Look
|
||||
- dunkler Hintergrund
|
||||
- animiertes Arch-Logo
|
||||
- emerald / teal Glow
|
||||
- smooth, ruhig, clean
|
||||
|
||||
## Animation
|
||||
- leichtes Pulse / Glow
|
||||
- optional subtile Linien oder Partikel
|
||||
- kein überladener Effektbrei
|
||||
13
themes/forest-cyber/sddm/theme-notes.md
Normal file
13
themes/forest-cyber/sddm/theme-notes.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# SDDM Theme Richtung
|
||||
|
||||
## Look
|
||||
- sehr dunkler Hintergrund
|
||||
- emerald / teal Highlights
|
||||
- klare Eingabefelder
|
||||
- minimalistisches Arch / Forest Branding
|
||||
|
||||
## Elemente
|
||||
- dunkle Login Card
|
||||
- dezentes Glow um aktive Felder
|
||||
- Akzentfarbe: emerald / lime
|
||||
- kein grelles Gamer-Theme
|
||||
Loading…
Add table
Reference in a new issue