This commit is contained in:
2024-06-11 17:11:49 +01:00
parent d7549af76f
commit 3b6a816df6
6 changed files with 90 additions and 39 deletions

View File

@@ -64,7 +64,7 @@ in {
fonts = {
size = 11.0;
};
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs /home/daniel/.config/i3status-rust/config-main.toml";
# statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs /home/daniel/.config/i3status-rust/config-main.toml";
position = "top";
}
];
@@ -205,14 +205,14 @@ in {
modifier = mod;
startup = [
{
command = "$HOME/bin/scripts/flower";
always = true;
}
{
command = "feh --bg-fill $HOME/wallpapers/wallpaper.jpg";
always = false;
}
# {
# command = "$HOME/bin/scripts/flower";
# always = true;
# }
# {
# command = "feh --bg-fill $HOME/wallpapers/wallpaper.jpg";
# always = false;
# }
];
terminal = "kitty";