3/20
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
iofq 2026-03-07 12:05:37 -06:00
parent 817aa75f84
commit 26f25fa2ac
25 changed files with 529 additions and 275 deletions

View file

@ -17,7 +17,7 @@ _: {
family = "Spleen 32x64";
style = "Medium";
};
size = 12;
size = 13;
offset = {
x = 0;
y = 1;
@ -31,7 +31,7 @@ _: {
colors = {
draw_bold_text_with_bright_colors = true;
primary = {
background = "#152528";
background = "#101d20";
foreground = "#e6eaea";
};
cursor = {

View file

@ -33,8 +33,8 @@
duskTime = "20:00-22:00";
latitude = 43.0;
longitude = -89.0;
temperature.day = 6000;
temperature.night = 3500;
temperature.day = 5000;
temperature.night = 3000;
};
mako.enable = true;
mako.settings = {

View file

@ -1,10 +1,11 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = true;
extraConfig = ''
monitor=,preferred,auto-left,1
monitor=DP-4,preferred,auto-left,1
'';
settings = {
"$mod" = "SUPER";
@ -54,6 +55,7 @@
accel_profile = "flat";
sensitivity = 0.4;
touchpad = {
clickfinger_behavior = true;
disable_while_typing = true;
natural_scroll = true;
tap_button_map = "lrm";
@ -285,10 +287,10 @@
font-family: "Spleen 32x64", "UbuntuMono Nerd Font";
font-size: 14px;
min-height: 0;
background-color: ${config.programs.alacritty.settings.colors.primary.background};
}
window#waybar {
background: #152528;
color: #bababd;
}
@ -303,7 +305,6 @@
margin: 2px;
padding-left: 8px;
padding-right: 8px;
background-color: #152528;
}
button {
@ -318,12 +319,10 @@
#workspaces button {
padding: 0 4px;
background-color: #152528;
color: #666666;
}
#workspaces button.active {
background-color: #152528;
color:#bababd;
border-top: 2px solid #bababd;
}
@ -342,7 +341,6 @@
#tray
{
padding: 2px;
background-color: #152528;
border-top: 2px solid #666666;
color: #bababd;
}
@ -375,7 +373,6 @@
}
label:focus {
background-color: #152528;
}
#temperature.critical {