223 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
9def7cb0f6
commit
2bbf3bade0
@ -33,7 +33,7 @@
|
|||||||
exec ${dbus-sway-environment}/bin/dbus-sway-environment
|
exec ${dbus-sway-environment}/bin/dbus-sway-environment
|
||||||
exec ${configure-gtk}/bin/configure-gtk
|
exec ${configure-gtk}/bin/configure-gtk
|
||||||
# `-l` activates layer-shell mode. Notice that `swaymsg exit` will run after gtkgreet.
|
# `-l` activates layer-shell mode. Notice that `swaymsg exit` will run after gtkgreet.
|
||||||
exec "${pkgs.greetd.regreet}/bin/regreet --config /etc/greetd/regreet.toml > /var/log/regreet/log; swaymsg exit"
|
exec "${pkgs.greetd.regreet}/bin/regreet > /var/log/regreet/log; swaymsg exit"
|
||||||
bindsym Mod4+shift+e exec ${pkgs.sway}/bin/swaynag \
|
bindsym Mod4+shift+e exec ${pkgs.sway}/bin/swaynag \
|
||||||
-t warning \
|
-t warning \
|
||||||
-m 'What do you want to do?' \
|
-m 'What do you want to do?' \
|
||||||
@ -45,13 +45,13 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
background = {
|
background = {
|
||||||
fit = "Containe";
|
fit = "Contain";
|
||||||
path = "~/Documents/Blender/desktop background Informatiker/render 4K new color.png";
|
path = "/home/max/Documents/Blender/desktop background Informatiker/render 4K new color.png";
|
||||||
};
|
};
|
||||||
gtk = {
|
gtk = {
|
||||||
application_prefer_dark_theme = true;
|
application_prefer_dark_theme = true;
|
||||||
cursor_theme_name = "capitaine-cursors-white";
|
cursor_theme_name = "capitaine-cursors-white";
|
||||||
font_name = "FiraCode Nerd Font";
|
font_name = "FiraCode Nerd Font 20";
|
||||||
icon_theme_name = "WhiteSur-dark";
|
icon_theme_name = "WhiteSur-dark";
|
||||||
theme_name = "WhiteSur-Dark";
|
theme_name = "WhiteSur-Dark";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user