diff --git a/user/.config/awesome/ui/theme.lua b/user/.config/awesome/ui/theme.lua index ebc3408e0..6d70a0758 100644 --- a/user/.config/awesome/ui/theme.lua +++ b/user/.config/awesome/ui/theme.lua @@ -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" diff --git a/user/.config/user-dirs.dirs b/user/.config/user-dirs.dirs new file mode 100644 index 000000000..1d7ebd4f8 --- /dev/null +++ b/user/.config/user-dirs.dirs @@ -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" diff --git a/user/.xinitrc b/user/.xinitrc index bb73f141d..85614f405 100755 --- a/user/.xinitrc +++ b/user/.xinitrc @@ -49,4 +49,4 @@ export BROWSER="firefox" export VIEWER="zathura" # start window manager / desktop environment -dbus-launch awesome +exec awesome