t
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user