Update config for 27th September 2021

This commit is contained in:
Ethan Lane 2021-09-27 18:32:51 +01:00
parent a887fe636b
commit 5045919077
Signed by: Vylpes
GPG key ID: EED233CC06D12504
5 changed files with 10 additions and 20 deletions

View file

@ -1,4 +0,0 @@
[xin_-1]
file=/home/vylpes/Wallpapers/IMG_6147.jpeg
mode=0
bgcolor=#000000

View file

@ -1,12 +0,0 @@
[geometry]
posx=0
posy=30
sizex=3836
sizey=2126
[nitrogen]
view=icon
recurse=true
sort=alpha
icon_caps=false
dirs=/home/vylpes/Wallpapers;

View file

@ -1,11 +1,11 @@
Config { font = "xft:hack:pixelsize=30:antialias=true:hinting=true"
Config { font = "xft:hack:pixelsize=12:antialias=true:hinting=true"
, additionalFonts = []
, borderColor = "black"
, border = TopB
, bgColor = "black"
, fgColor = "grey"
, alpha = 255
, position = Static { xpos = 0, ypos = 0, width = 3940, height = 30 }
, position = Static { xpos = 0, ypos = 0, width = 1920, height = 20 }
, textOffset = -1
, iconOffset = -1
, lowerOnStart = True

View file

@ -269,6 +269,7 @@ myStartupHook = do
spawnOnce "nitrogen --restore &"
spawnOnce "picom &"
spawnOnce "unclutter &"
spawnOnce "dunst &"
spawnOnce "setxkbmap us"
------------------------------------------------------------------------