Compare commits
2 commits
e78efe0dd0
...
35b1130442
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 35b1130442 | ||
Evie Litherland-Smith | d3001e10be |
|
@ -16,12 +16,13 @@
|
|||
clapper
|
||||
g4music
|
||||
ffmpeg
|
||||
libreoffice-fresh
|
||||
remmina
|
||||
fractal
|
||||
webcord
|
||||
signal-desktop
|
||||
whatsapp-for-linux
|
||||
nomachine-client
|
||||
libreoffice-fresh
|
||||
];
|
||||
file.${config.gtk.gtk2.configLocation}.force = true;
|
||||
};
|
||||
|
|
|
@ -75,18 +75,16 @@
|
|||
hyprlock =
|
||||
let
|
||||
font = config.stylix.fonts.sansSerif.name;
|
||||
foreground = config.lib.stylix.scheme.base05;
|
||||
background = config.lib.stylix.scheme.base00;
|
||||
accent = config.lib.stylix.scheme.base0E;
|
||||
scheme = config.lib.stylix.scheme;
|
||||
accent = scheme.base0E;
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
settings = {
|
||||
general = {
|
||||
disable_loading_bar = true;
|
||||
grace = 5;
|
||||
hide_cursor = true;
|
||||
no_fade_in = false;
|
||||
grace = 5;
|
||||
ignore_emptry_input = true;
|
||||
};
|
||||
background = [
|
||||
{
|
||||
|
@ -100,7 +98,7 @@
|
|||
{
|
||||
monitor = "";
|
||||
text = "cmd[update:30000] echo \"$(date +\"%R\")\"";
|
||||
color = "0xff${background}";
|
||||
color = "0xff${scheme.base00}";
|
||||
font_size = 90;
|
||||
font_family = font;
|
||||
position = "-30, 0";
|
||||
|
@ -110,7 +108,7 @@
|
|||
{
|
||||
monitor = "";
|
||||
text = "cmd[update:43200000] echo \"$(date +\"%A,%e %B %Y\")\"";
|
||||
color = "0xff${background}";
|
||||
color = "0xff${scheme.base00}";
|
||||
font_size = 25;
|
||||
font_family = font;
|
||||
position = "-30, -150";
|
||||
|
@ -138,10 +136,13 @@
|
|||
dots_spacing = 0.2; # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true;
|
||||
outer_color = "0xff${accent}";
|
||||
inner_color = "0xff${background}";
|
||||
font_color = "0xff${foreground}";
|
||||
inner_color = "0xff${scheme.base00}";
|
||||
font_color = "0xff${scheme.base05}";
|
||||
fade_on_empty = false;
|
||||
placeholder_text = "<span foreground=\"##${foreground}\"> Logged in as <span foreground=\"##${accent}\">$USER</span></span>";
|
||||
placeholder_text = " Logged in as <span foreground=\"##${accent}\">$USER</span>";
|
||||
check_color = "0xff${scheme.blue}";
|
||||
fail_color = "0xff${scheme.red}";
|
||||
fail_text = "<i>$FAIL <b>($ATTEMPTS)</b></i>";
|
||||
hide_input = false;
|
||||
position = "0, -50";
|
||||
halign = "center";
|
||||
|
|
Loading…
Reference in a new issue