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
|
- cmatrix
|
||||||
- cups
|
- cups
|
||||||
- discord
|
- discord
|
||||||
- dmenu
|
- doas
|
||||||
- dolphin-emu
|
- dolphin-emu
|
||||||
|
- dunst
|
||||||
|
- flameshot
|
||||||
- gimp
|
- gimp
|
||||||
- lightdm
|
- lightdm
|
||||||
- lightdm-webkit2-greeter
|
- lightdm-webkit2-greeter
|
||||||
|
@ -25,11 +27,14 @@ This is a list of the packages I use
|
||||||
- npm
|
- npm
|
||||||
- nvidia
|
- nvidia
|
||||||
- openssh
|
- openssh
|
||||||
|
- pavucontrol
|
||||||
- picom
|
- picom
|
||||||
|
- powerlevel10k
|
||||||
- pulseaudio
|
- pulseaudio
|
||||||
- qemu
|
- qemu
|
||||||
- retroarch
|
- retroarch
|
||||||
- sudo
|
- rofi
|
||||||
|
- todoist
|
||||||
- vim
|
- vim
|
||||||
- x11
|
- x11
|
||||||
- xmonad
|
- 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 = []
|
, additionalFonts = []
|
||||||
, borderColor = "black"
|
, borderColor = "black"
|
||||||
, border = TopB
|
, border = TopB
|
||||||
, bgColor = "black"
|
, bgColor = "black"
|
||||||
, fgColor = "grey"
|
, fgColor = "grey"
|
||||||
, alpha = 255
|
, alpha = 255
|
||||||
, position = Static { xpos = 0, ypos = 0, width = 3940, height = 30 }
|
, position = Static { xpos = 0, ypos = 0, width = 1920, height = 20 }
|
||||||
, textOffset = -1
|
, textOffset = -1
|
||||||
, iconOffset = -1
|
, iconOffset = -1
|
||||||
, lowerOnStart = True
|
, lowerOnStart = True
|
||||||
|
|
|
@ -269,6 +269,7 @@ myStartupHook = do
|
||||||
spawnOnce "nitrogen --restore &"
|
spawnOnce "nitrogen --restore &"
|
||||||
spawnOnce "picom &"
|
spawnOnce "picom &"
|
||||||
spawnOnce "unclutter &"
|
spawnOnce "unclutter &"
|
||||||
|
spawnOnce "dunst &"
|
||||||
spawnOnce "setxkbmap us"
|
spawnOnce "setxkbmap us"
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue