This commit is contained in:
iofq 2024-08-10 02:17:24 -05:00
parent a897205c77
commit 0d9458d7cf
10 changed files with 112 additions and 110 deletions

View file

@ -33,7 +33,7 @@
];
};
master = {
new_is_master = "no";
new_status = "slave";
no_gaps_when_only = 1;
};
input = {
@ -113,7 +113,7 @@
10)
);
windowrulev2 = [
"workspace 9, class:^(WebCord|webcord|Webcord)$"
"workspace 9, class:^(Discord|discord)$"
"workspace 9, class:^(Signal|signal)$"
"tile, class:^(Minecraft|minecraft)$"
"opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$"
@ -124,6 +124,15 @@
];
};
};
services.hyprpaper = {
enable = true;
settings = {
preload = ["/home/pape"];
wallpaper = ",/home/pape";
ipc = "off";
splash = false;
};
};
programs.waybar = {
enable = true;
systemd.enable = true;
@ -200,7 +209,7 @@
}
window#waybar {
background: #090410;
background: #152528;
color: #bababd;
}
@ -215,7 +224,7 @@
margin: 2px;
padding-left: 8px;
padding-right: 8px;
background-color: #090410;
background-color: #152528;
}
button {
@ -230,12 +239,12 @@
#workspaces button {
padding: 0 4px;
background-color: #090410;
background-color: #152528;
color: #666666;
}
#workspaces button.active {
background-color: #090410;
background-color: #152528;
color:#bababd;
border-top: 2px solid #bababd;
}
@ -254,7 +263,7 @@
#tray
{
padding: 2px;
background-color: #090410;
background-color: #152528;
border-top: 2px solid #666666;
color: #bababd;
}
@ -287,7 +296,7 @@
}
label:focus {
background-color: #090410;
background-color: #152528;
}
#temperature.critical {