I3: Difference between revisions

imported>LinArcX
mNo edit summary
imported>LinArcX
mNo edit summary
Line 53: Line 53:


===Lxappearance===
===Lxappearance===
To change the icon and themes you can install lxappearance.
To change the icon and themes you can install lxappearance:
 
{{file|/etc/nixos/configuration.nix|nix|
<nowiki>
environment.systemPackages = with pkgs; [
environment.systemPackages = with pkgs; [
     #---- i3
     #---- i3
Line 59: Line 62:
     ...
     ...
]
]
</nowiki>
}}


=== Wallpaper ===
=== Wallpaper ===
If <code>~/.background-image</code> exists then it will be displayed as a wallpaper. Options <code>services.xserver.desktopManager.wallpaper.combineScreens</code> and <code>.mode</code> control exactly how it is displayed.
If <code>~/.background-image</code> exists then it will be displayed as a wallpaper. Options <code>services.xserver.desktopManager.wallpaper.combineScreens</code> and <code>.mode</code> control exactly how it is displayed.