Compare commits

..

No commits in common. "35b1130442684723785d0c0218c8256506e89dc7" and "e78efe0dd0ca299c83d8eec3a52911906d676029" have entirely different histories.

2 changed files with 12 additions and 14 deletions

View file

@ -16,13 +16,12 @@
clapper clapper
g4music g4music
ffmpeg ffmpeg
libreoffice-fresh
remmina remmina
fractal
webcord webcord
signal-desktop signal-desktop
whatsapp-for-linux whatsapp-for-linux
nomachine-client nomachine-client
libreoffice-fresh
]; ];
file.${config.gtk.gtk2.configLocation}.force = true; file.${config.gtk.gtk2.configLocation}.force = true;
}; };

View file

@ -75,16 +75,18 @@
hyprlock = hyprlock =
let let
font = config.stylix.fonts.sansSerif.name; font = config.stylix.fonts.sansSerif.name;
scheme = config.lib.stylix.scheme; foreground = config.lib.stylix.scheme.base05;
accent = scheme.base0E; background = config.lib.stylix.scheme.base00;
accent = config.lib.stylix.scheme.base0E;
in in
{ {
enable = true; enable = true;
settings = { settings = {
general = { general = {
hide_cursor = true; disable_loading_bar = true;
grace = 5; grace = 5;
ignore_emptry_input = true; hide_cursor = true;
no_fade_in = false;
}; };
background = [ background = [
{ {
@ -98,7 +100,7 @@
{ {
monitor = ""; monitor = "";
text = "cmd[update:30000] echo \"$(date +\"%R\")\""; text = "cmd[update:30000] echo \"$(date +\"%R\")\"";
color = "0xff${scheme.base00}"; color = "0xff${background}";
font_size = 90; font_size = 90;
font_family = font; font_family = font;
position = "-30, 0"; position = "-30, 0";
@ -108,7 +110,7 @@
{ {
monitor = ""; monitor = "";
text = "cmd[update:43200000] echo \"$(date +\"%A,%e %B %Y\")\""; text = "cmd[update:43200000] echo \"$(date +\"%A,%e %B %Y\")\"";
color = "0xff${scheme.base00}"; color = "0xff${background}";
font_size = 25; font_size = 25;
font_family = font; font_family = font;
position = "-30, -150"; position = "-30, -150";
@ -136,13 +138,10 @@
dots_spacing = 0.2; # Scale of dots' absolute size, 0.0 - 1.0 dots_spacing = 0.2; # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true; dots_center = true;
outer_color = "0xff${accent}"; outer_color = "0xff${accent}";
inner_color = "0xff${scheme.base00}"; inner_color = "0xff${background}";
font_color = "0xff${scheme.base05}"; font_color = "0xff${foreground}";
fade_on_empty = false; fade_on_empty = false;
placeholder_text = "󰌾 Logged in as <span foreground=\"##${accent}\">$USER</span>"; placeholder_text = "<span foreground=\"##${foreground}\">󰌾 Logged in as <span foreground=\"##${accent}\">$USER</span></span>";
check_color = "0xff${scheme.blue}";
fail_color = "0xff${scheme.red}";
fail_text = "<i>$FAIL <b>($ATTEMPTS)</b></i>";
hide_input = false; hide_input = false;
position = "0, -50"; position = "0, -50";
halign = "center"; halign = "center";