3/20
This commit is contained in:
parent
817aa75f84
commit
c9e64ce287
25 changed files with 535 additions and 276 deletions
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"providers": {
|
||||
"ollama": {
|
||||
"baseUrl": "http://zen:11434/v1",
|
||||
"api": "openai-completions",
|
||||
"apiKey": "ollama",
|
||||
"models": [
|
||||
{
|
||||
"id": "hf.co/unsloth/Qwen3.5-4B-GGUF:UD-Q4_K_XL"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue