misc changes
This commit is contained in:
parent
68448f6995
commit
88bd423082
@ -1,8 +1,8 @@
|
||||
Config {
|
||||
|
||||
-- appearance
|
||||
font = "xft:FiraCode Nerd Font:size=9:antialias=true:hinting=true"
|
||||
, additionalFonts = [ "xft:FiraCode Nerd Font:size=9:antialias=true:hinting=true" ]
|
||||
font = "xft:FiraCode Nerd Font:size=12:antialias=true:hinting=true"
|
||||
, additionalFonts = [ "xft:FiraCode Nerd Font:size=12:antialias=true:hinting=true" ]
|
||||
, bgColor = "#282a36"
|
||||
, fgColor = "#f8f8f2"
|
||||
, position = Top
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
Config {
|
||||
|
||||
-- appearance
|
||||
font = "xft:Fira Code:size=9:antialias=true:hinting=true"
|
||||
, additionalFonts = [ "xft:FiraCode Nerd Font:style=Regular:size=9:antialias=true:hinting=true" ]
|
||||
font = "xft:Fira Code:size=12:antialias=true:hinting=true"
|
||||
, additionalFonts = [ "xft:FiraCode Nerd Font:style=Regular:size=12:antialias=true:hinting=true" ]
|
||||
, bgColor = "#282a36"
|
||||
, fgColor = "#f8f8f2"
|
||||
, position = Top
|
||||
|
||||
@ -603,7 +603,7 @@ myStartupHook = do
|
||||
-- spawnOnce "protonvpn"
|
||||
|
||||
-- Start trayer last
|
||||
spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x282a36 --height 20 &"
|
||||
spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 0 --transparent true --alpha 0 --tint 0x282a36 --height 20 &"
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -1,19 +0,0 @@
|
||||
# keyboard layout
|
||||
setxkbmap dvorak &
|
||||
|
||||
# wallpaper
|
||||
nitrogen --restore &
|
||||
|
||||
# compositor
|
||||
picom --experimental-backend &
|
||||
|
||||
# numlock
|
||||
numlockx
|
||||
|
||||
# cursor
|
||||
xsetroot -cursor_name left_ptr
|
||||
|
||||
# screenlayout
|
||||
#/home/solomon/.screenlayout/normal.sh
|
||||
# or
|
||||
#/home/solomon/.screenlayout/normal_3_screens.sh
|
||||
Loading…
Reference in New Issue
Block a user