dotfiles
This commit is contained in:
parent
a6bf21d82a
commit
be21909545
@ -69,6 +69,9 @@
|
|||||||
tree
|
tree
|
||||||
mako
|
mako
|
||||||
neovim
|
neovim
|
||||||
|
wofi
|
||||||
|
qutebrowser
|
||||||
|
wlogout
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|||||||
@ -11,7 +11,7 @@ $fileManager = dolphin
|
|||||||
$menu = wofi --show drun
|
$menu = wofi --show drun
|
||||||
|
|
||||||
# MainMod
|
# MainMod
|
||||||
$mainMod = SUPER # "Windows" key
|
$mainMod = SUPER
|
||||||
|
|
||||||
# exec
|
# exec
|
||||||
bind = $mainMod, Q, exec, $terminal
|
bind = $mainMod, Q, exec, $terminal
|
||||||
|
|||||||
@ -1,49 +0,0 @@
|
|||||||
* {
|
|
||||||
background-image: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
window {
|
|
||||||
background-color: rgba(30, 30, 46, 0.5);
|
|
||||||
font-size: 14px;
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
border-radius: 0;
|
|
||||||
border-color: black;
|
|
||||||
text-decoration-color: #FFFFFF;
|
|
||||||
color: #FFFFFF;
|
|
||||||
background-color: #1E1E1E;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
border-radius: 50% / 15%;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
background-size: 25%;
|
|
||||||
margin: 5px;
|
|
||||||
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:hover{
|
|
||||||
background-color: #cba6f7;
|
|
||||||
outline-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:focus, button:active, {
|
|
||||||
background-color: #cba6f7;
|
|
||||||
outline-style: none;
|
|
||||||
background-size: 40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#logout {
|
|
||||||
background-image: image(url("/usr/share/wlogout/icons/logout.png"), url("/usr/local/share/wlogout/icons/logout.png"));
|
|
||||||
}
|
|
||||||
#shutdown {
|
|
||||||
background-image: image(url("/usr/share/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#reboot {
|
|
||||||
background-image: image(url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
|
|
||||||
}
|
|
||||||
10
home.nix
10
home.nix
@ -36,6 +36,16 @@
|
|||||||
recursive = true;
|
recursive = true;
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
|
".config/wofi" = {
|
||||||
|
source = ./dotfiles/wofi;
|
||||||
|
recursive = true;
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
|
".config/wlogout" = {
|
||||||
|
source = ./dotfiles/wlogout-desk;
|
||||||
|
recursive = true;
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user