mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-24 22:12:04 +02:00
added mangohud smartd and wofi config
This commit is contained in:
parent
aaf53995de
commit
68ac4b1325
@ -160,7 +160,6 @@ in
|
|||||||
slurp
|
slurp
|
||||||
gnome.file-roller
|
gnome.file-roller
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
rofi-wayland
|
|
||||||
imv
|
imv
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
distrobox
|
distrobox
|
||||||
|
@ -305,6 +305,48 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.starship;
|
package = pkgs.starship;
|
||||||
};
|
};
|
||||||
|
wofi = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
allow_images = true;
|
||||||
|
width = "25%";
|
||||||
|
hide_scroll = true;
|
||||||
|
term = "kitty";
|
||||||
|
show = "drun";
|
||||||
|
};
|
||||||
|
style = ''
|
||||||
|
* {
|
||||||
|
font-family: JetBrainsMono Nerd Font Mono,monospace;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
#window {
|
||||||
|
border-radius: 40px;
|
||||||
|
background: #${palette.base00};
|
||||||
|
}
|
||||||
|
#input {
|
||||||
|
border-radius: 100px;
|
||||||
|
margin: 20px;
|
||||||
|
padding: 15px 25px;
|
||||||
|
background: #${palette.base00};
|
||||||
|
color: #${palette.base05};
|
||||||
|
}
|
||||||
|
#outer-box {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
#entry {
|
||||||
|
margin: 10px 80px;
|
||||||
|
padding: 20px 20px;
|
||||||
|
border-radius: 200px;
|
||||||
|
}
|
||||||
|
#entry:selected{
|
||||||
|
background-color:#${palette.base0F};
|
||||||
|
color: #${palette.base00};
|
||||||
|
}
|
||||||
|
#entry:hover {
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user