This commit is contained in:
Sakooooo 2023-08-14 21:31:43 +03:00
parent d85e9aa7ba
commit 1ae6e89d73
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 15 additions and 7 deletions

View file

@ -19,7 +19,7 @@ bspc rule -a Screenkey manage=off
xsetroot -cursor_name left_ptr xsetroot -cursor_name left_ptr
feh --bg-scale /home/sako/.config/background.png & feh --bg-scale /home/sako/background.png &
/home/sako/.config/polybar/startpolybar & /home/sako/.config/polybar/startpolybar &

View file

@ -19,7 +19,11 @@
modules = { modules = {
desktop = { desktop = {
kitty.enable = true; kitty.enable = true;
awesome.enable = true; awesome.enable = false;
bspwm = {
enable = true;
polybar.enable = true;
};
picom.enable = true; picom.enable = true;
dunst.enable = true; dunst.enable = true;
browsers = { browsers = {

View file

@ -28,12 +28,16 @@ in {
lightdm = { lightdm = {
enable = true; enable = true;
background = ../../../config/background.png; background = ../../../config/background.png;
greeters.gtk = { greeters.mini = {
enable = true; enable = true;
theme = { user = "sako";
name = "vimix-dark-ruby"; extraConfig = ''
package = pkgs.vimix-gtk-themes; [greeter]
}; show-password-label = true
password-label-text = magic word
invalid-password-text = skull issue
'';
}; };
}; };
}; };