Update config for 27th September 2021
This commit is contained in:
parent
a887fe636b
commit
5045919077
5 changed files with 10 additions and 20 deletions
|
@ -14,8 +14,10 @@ This is a list of the packages I use
|
|||
- cmatrix
|
||||
- cups
|
||||
- discord
|
||||
- dmenu
|
||||
- doas
|
||||
- dolphin-emu
|
||||
- dunst
|
||||
- flameshot
|
||||
- gimp
|
||||
- lightdm
|
||||
- lightdm-webkit2-greeter
|
||||
|
@ -25,11 +27,14 @@ This is a list of the packages I use
|
|||
- npm
|
||||
- nvidia
|
||||
- openssh
|
||||
- pavucontrol
|
||||
- picom
|
||||
- powerlevel10k
|
||||
- pulseaudio
|
||||
- qemu
|
||||
- retroarch
|
||||
- sudo
|
||||
- rofi
|
||||
- todoist
|
||||
- vim
|
||||
- x11
|
||||
- xmonad
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[xin_-1]
|
||||
file=/home/vylpes/Wallpapers/IMG_6147.jpeg
|
||||
mode=0
|
||||
bgcolor=#000000
|
|
@ -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;
|
|
@ -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
|
||||
|
|
|
@ -269,6 +269,7 @@ myStartupHook = do
|
|||
spawnOnce "nitrogen --restore &"
|
||||
spawnOnce "picom &"
|
||||
spawnOnce "unclutter &"
|
||||
spawnOnce "dunst &"
|
||||
spawnOnce "setxkbmap us"
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue