From adbd989632cb7582d7cb5a61bb2fd05e804d0ffe Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Mon, 30 May 2022 15:21:59 -0500 Subject: [PATCH] updated dotfiles --- stow_home/.bashrc/.bashrc | 3 +++ stow_home/awesome/.config/awesome/rc.lua | 9 +++++++-- stow_home/nvim/.config/nvim/init.vim | 2 +- stow_home/rofi/.config/rofi/config.rasi | 6 ++---- stow_home/rofi/.config/rofi/themes/centered-nord.rasi | 6 +++--- stow_home/vdirsyncer/.config/vdirsyncer/config | 8 ++++---- 6 files changed, 20 insertions(+), 14 deletions(-) diff --git a/stow_home/.bashrc/.bashrc b/stow_home/.bashrc/.bashrc index 5227e3b..841da1b 100644 --- a/stow_home/.bashrc/.bashrc +++ b/stow_home/.bashrc/.bashrc @@ -64,6 +64,8 @@ alias gcm='git commit' alias gb='git branch' alias cleandwm='make clean && rm -f config.h && git reset --hard origin/master' alias casawifi='nmcli device wifi connect INFINITUMIVSL_2.4' +alias yt='youtube-dl --add-metadata -i' +alias yta='yt -x -f bestaudio/best' # alias picom='picom --experimental-backends --backend glx --blur-method 'dual_kawase' --blur-strength 6 & disown' alias ssh='TERM=xterm-256color ssh' @@ -90,3 +92,4 @@ source /home/chrono/.config/broot/launcher/bash/br export GEM_HOME="$HOME/gems" export PATH="$HOME/gems/bin:$PATH" export CALIBRE_USE_DARK_PALETTE=1 + diff --git a/stow_home/awesome/.config/awesome/rc.lua b/stow_home/awesome/.config/awesome/rc.lua index e91d65b..ff38504 100644 --- a/stow_home/awesome/.config/awesome/rc.lua +++ b/stow_home/awesome/.config/awesome/rc.lua @@ -376,10 +376,12 @@ globalkeys = gears.table.join( {description = "run gui editor", group = "user programs"}), awful.key({ modkey, altkey }, "d", function () awful.spawn("Discord") end, {description = "run discord messaging client", group = "launcher"}), - awful.key({ modkey, altkey }, "f", function () awful.spawn("pcmanfm") end, + awful.key({ modkey, altkey }, "f", function () awful.spawn("nemo") end, {description = "run gui file manager", group = "launcher"}), awful.key({ modkey}, "p", function () awful.spawn("rofi -show drun") end, {description = "run rofi prompt (drun)", group = "Rofi launcher"}), + awful.key({ modkey,altkey}, "p", function () awful.spawn("qpost") end, + {description = "Create new blog post", group = "Rofi launcher"}), awful.key({ modkey,"Shift"}, "q", function () awful.spawn("/home/joelchrono12/.config/rofi/scripts/power-menu.sh") end, {description = "run rofi power menu script", group = "Rofi launcher"}), awful.key({ modkey,altkey}, "k", function () awful.spawn("rofi-pass") end, @@ -529,6 +531,7 @@ awful.rules.rules = { "Arandr", "Blueman-manager", "Nitrogen", + "MEGAsync", "Gpick", "Kruler", "MessageWin", -- kalarm. @@ -645,12 +648,14 @@ autorunApps = "lxpolkit", "xfce4-power-manager", "nm-applet", - "syncthing", + "timeshift-launcher", + "syncthing -no-browser", --"/home/joelchrono12/.config/polybar/launch.sh", --"touchpad-indicator", "setxkbmap -layout latam", "nitrogen --restore", "aw-qt", + "megasync", "keepasscx", --"cbatticon", } diff --git a/stow_home/nvim/.config/nvim/init.vim b/stow_home/nvim/.config/nvim/init.vim index 7b49ee8..eeb5066 100644 --- a/stow_home/nvim/.config/nvim/init.vim +++ b/stow_home/nvim/.config/nvim/init.vim @@ -59,7 +59,7 @@ inoremap dB inoremap db vnoremap "+y -map "+P +vnoremap "+P "Markdown configuration augroup MarkdownConfiguration diff --git a/stow_home/rofi/.config/rofi/config.rasi b/stow_home/rofi/.config/rofi/config.rasi index 5a79f7e..ca55507 100644 --- a/stow_home/rofi/.config/rofi/config.rasi +++ b/stow_home/rofi/.config/rofi/config.rasi @@ -1,10 +1,8 @@ configuration { - /*columns: 1;*/ + columns: 2; terminal: "alacritty"; /*theme: "/home/joelchrono12/.config/rofi/themes/centered-nord.rasi";*/ modi: "drun,calc:qalc,window,run"; - show-icons: false; icon-theme: "Flatery-Blue-Dark"; } -@theme "/usr/share/rofi/themes/Arc-Dark.rasi" -/*@theme "/usr/share/rofi/themes/iggy.rasi"*/ +@import "/usr/share/rofi/themes/Arc-Dark.rasi" diff --git a/stow_home/rofi/.config/rofi/themes/centered-nord.rasi b/stow_home/rofi/.config/rofi/themes/centered-nord.rasi index 1787106..70b9d9a 100755 --- a/stow_home/rofi/.config/rofi/themes/centered-nord.rasi +++ b/stow_home/rofi/.config/rofi/themes/centered-nord.rasi @@ -8,11 +8,11 @@ background-color: #2e3440; border-color: #2e3440; text-color: #eceff4; - font: "Source Code Pro 12"; - prompt-font: "Source Code Pro 13"; + font: "monospace 12"; + prompt-font: "monospace 13"; prompt-background: #b48ead; prompt-foreground: #2e3440; - prompt-padding: 4px; + prompt-padding: 6px; alternate-normal-background: #3b4252; alternate-normal-foreground: @text-color; selected-normal-background: #a3be8c; diff --git a/stow_home/vdirsyncer/.config/vdirsyncer/config b/stow_home/vdirsyncer/.config/vdirsyncer/config index 4b104ff..2bb55ba 100644 --- a/stow_home/vdirsyncer/.config/vdirsyncer/config +++ b/stow_home/vdirsyncer/.config/vdirsyncer/config @@ -19,9 +19,9 @@ fileext = ".ics" [storage personal] type = "caldav" -url = "https://joelgarcia.xyz/nextcloud/remote.php/dav" +url = "https://cloud.joelgarcia.xyz/remote.php/dav" username = "admin" -password.fetch = ["command", "pass", "personal/caldav"] +password.fetch = ["command", "pass", "selfhosted/davnextcloud"] # Contact sync @@ -40,6 +40,6 @@ fileext = ".vcf" [storage contacts_remote] type = "carddav" -url = "http://joelgarcia.xyz/nextcloud/remote.php/dav/addressbooks/users/admin" +url = "https://cloud.joelgarcia.xyz/remote.php/dav" username = "admin" -password.fetch = ["command", "pass", "personal/caldav"] +password.fetch = ["command", "pass", "selfhosted/davnextcloud"]