3/20
Some checks failed
/ nvim-bundle (nvim-min) (push) Failing after 57s
/ check (push) Successful in 2m30s

This commit is contained in:
iofq 2026-03-07 12:05:37 -06:00
parent 817aa75f84
commit c9e64ce287
25 changed files with 535 additions and 276 deletions

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 {