This commit is contained in:
Clay Gomera 2023-06-24 12:46:53 -04:00
parent c2e05869e9
commit aac64b4fab
3 changed files with 18 additions and 3 deletions

View file

@ -11,7 +11,7 @@ local theme = {}
-- }}}
-- {{{ theme font
theme.font = "mononoki Nerd Font 12.5"
theme.font = "mononoki Nerd Font 12"
--- }}}
-- {{{ bar colors
@ -42,7 +42,7 @@ theme.border_marked = "#cc241d"
-- }}}
-- {{{ Taglist
theme.taglist_font = "Symbols Nerd Font Mono 15"
theme.taglist_font = "Symbols Nerd Font Mono 14"
theme.taglist_bg = "#3c3836"
theme.taglist_fg_focus = "#fb4934"
theme.taglist_fg_occupied = "#8ec07c"

View file

@ -0,0 +1,15 @@
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Temporal/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Temporal/Downloads"
XDG_TEMPLATES_DIR="$HOME/Temporal/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Temporal/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Media/Music"
XDG_PICTURES_DIR="$HOME/Media/Pictures"
XDG_VIDEOS_DIR="$HOME/Media/Videos"

View file

@ -49,4 +49,4 @@ export BROWSER="firefox"
export VIEWER="zathura"
# start window manager / desktop environment
dbus-launch awesome
exec awesome