This commit is contained in:
joelchrono12 2022-03-13 20:08:38 -06:00
parent 296bbf4ebd
commit d1a84468d5
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
6 changed files with 13 additions and 10 deletions

View File

@ -74,7 +74,7 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
#source $HOME/.config/bash-config/bashrc.bash
eval "$(starship init bash)"
neofetch
pfetch
################################################################################
# Install Ruby Gems to ~/gems
export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"
@ -89,3 +89,4 @@ source /home/chrono/.config/broot/launcher/bash/br
# Install Ruby Gems to ~/gems
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
export CALIBRE_USE_DARK_PALETTE=1

View File

@ -35,7 +35,7 @@ window:
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
padding:
x: 7
x: 4
y: 2
# Spread additional padding evenly around the terminal content.
@ -109,7 +109,7 @@ font:
family: mononoki Nerd Font
bold_italic:
family: mononoki Nerd Font
size: 9.0
size: 12.0
offset:
x: 0

View File

@ -639,17 +639,19 @@ end)
local autorun = true
autorunApps =
{
"pipewire",
--"pipewire",
"volumeicon",
"picom",
"lxpolkit",
"xfce4-power-manager",
"nm-applet",
"syncthing-gtk -m",
"syncthing",
--"/home/joelchrono12/.config/polybar/launch.sh",
--"touchpad-indicator",
"setxkbmap -layout latam",
"nitrogen --restore",
"aw-qt",
"keepasscx",
--"cbatticon",
}
if autorun then

View File

@ -18,7 +18,7 @@ theme.wallpaper = themes_path .. "zenburn/darkpcnordwall.png"
-- {{{ Colors
theme.font = "mononoki Nerd Font 11"
theme.taglist_font = "Roboto Mono Nerd Font 13"
theme.taglist_font = "mononoki Nerd Font 13"
theme.fg_normal = "#eceff4" -- white
theme.fg_focus = "#434c5e" -- dark blue not so
theme.fg_urgent = "#b48ead" -- purple
@ -39,7 +39,7 @@ theme.titlebar_fg_focus = theme.fg_focus
-- }}}
-- {{{ Borders
theme.border_width = 1
theme.border_width = 2
theme.border_normal = "#5e81ac"
theme.border_focus = "#bf616a"
theme.border_marked = "#CC9393"

View File

@ -110,7 +110,7 @@ shadow-ignore-shaped = false;
#
#################################
inactive-opacity = 0.8;
inactive-opacity = 0.94;
active-opacity = 1;
frame-opacity = 1;
inactive-opacity-override = true;

View File

@ -19,7 +19,7 @@ fileext = ".ics"
[storage personal]
type = "caldav"
url = "http://100.114.188.127/nextcloud/remote.php/dav"
url = "https://joelgarcia.xyz/nextcloud/remote.php/dav"
username = "admin"
password.fetch = ["command", "pass", "personal/caldav"]
@ -40,6 +40,6 @@ fileext = ".vcf"
[storage contacts_remote]
type = "carddav"
url = "http://100.114.188.127/nextcloud/remote.php/dav/addressbooks/users/admin"
url = "http://joelgarcia.xyz/nextcloud/remote.php/dav/addressbooks/users/admin"
username = "admin"
password.fetch = ["command", "pass", "personal/caldav"]