fix(hyprlock): fix incorrect description
This commit is contained in:
@@ -11,6 +11,7 @@ in {
|
|||||||
./scripts/random-text.nix
|
./scripts/random-text.nix
|
||||||
];
|
];
|
||||||
programs.hyprlock = {
|
programs.hyprlock = {
|
||||||
|
# FIXME: `greeting` has as inconsistency in pos for different monitors
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
source = ~/.config/hypr/hyprlock-colors.conf
|
source = ~/.config/hypr/hyprlock-colors.conf
|
||||||
@@ -30,7 +31,7 @@ in {
|
|||||||
vibrancy = 0.2
|
vibrancy = 0.2
|
||||||
}
|
}
|
||||||
|
|
||||||
# Typewriter greeting (above clock)
|
# Greeting (above clock)
|
||||||
label {
|
label {
|
||||||
monitor = DP-1
|
monitor = DP-1
|
||||||
text = cmd[update:1000] hakase-hyprlock-text-generator
|
text = cmd[update:1000] hakase-hyprlock-text-generator
|
||||||
|
|||||||
Reference in New Issue
Block a user