Changes to hyprland
This commit is contained in:
parent
2a522fffb4
commit
b3d3d232f1
7 changed files with 10 additions and 7 deletions
|
|
@ -1,8 +1,7 @@
|
|||
source = $HOME/.config/hypr/mocha.conf
|
||||
|
||||
$accent = $mauve
|
||||
$accentAlpha = $mauveAlpha
|
||||
$font = JetBrainsMono Nerd Font
|
||||
$nix = $HOME/nix-config
|
||||
|
||||
# GENERAL
|
||||
general {
|
||||
|
|
@ -13,7 +12,7 @@ general {
|
|||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/.config/background
|
||||
path = $nix/misc/lock-screen.png
|
||||
blur_passes = 0
|
||||
color = $base
|
||||
}
|
||||
|
|
@ -57,7 +56,7 @@ label {
|
|||
# USER AVATAR
|
||||
image {
|
||||
monitor =
|
||||
path = $HOME/.face
|
||||
path = $nix/misc/face.png
|
||||
size = 100
|
||||
border_color = $accent
|
||||
position = 0, 75
|
||||
|
|
@ -77,7 +76,7 @@ input-field {
|
|||
inner_color = $surface0
|
||||
font_color = $text
|
||||
fade_on_empty = false
|
||||
placeholder_text = <span foreground="##$textAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
|
||||
placeholder_text = Logged in as $USER
|
||||
hide_input = false
|
||||
check_color = $accent
|
||||
fail_color = $red
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue