Added wallpapers
This commit is contained in:
BIN
data/wallpapers/flors/flor01.png
Normal file
BIN
data/wallpapers/flors/flor01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 177 KiB |
BIN
data/wallpapers/flors/flor02.png
Normal file
BIN
data/wallpapers/flors/flor02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
@@ -18,6 +18,7 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
system_mode = "System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown";
|
system_mode = "System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown";
|
||||||
|
bg_colour = "#808F85";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
@@ -42,6 +43,8 @@ in {
|
|||||||
(nerdfonts.override { fonts = [ "Iosevka" ]; })
|
(nerdfonts.override { fonts = [ "Iosevka" ]; })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
xdg.dataFile."wallpapers".source = ../../../data/wallpapers;
|
||||||
|
|
||||||
# - Configuration ----------------------------
|
# - Configuration ----------------------------
|
||||||
|
|
||||||
xsession.windowManager.i3 = {
|
xsession.windowManager.i3 = {
|
||||||
@@ -74,6 +77,8 @@ in {
|
|||||||
startup = [
|
startup = [
|
||||||
{ command = "i3-msg workspace 1"; }
|
{ command = "i3-msg workspace 1"; }
|
||||||
{ command = "systemctl --user restart polybar"; always = true; notification = false; }
|
{ command = "systemctl --user restart polybar"; always = true; notification = false; }
|
||||||
|
{ command = "feh --bg-center -B \"${bg_colour}\" -z --no-fehbg ${config.xdg.dataFile.wallpapers.source}/flors"; always = true; notification = false; }
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
modes = {
|
modes = {
|
||||||
|
|||||||
Reference in New Issue
Block a user