diff --git a/.bash_profile b/.bash_profile
index 04ebf4a..08e699a 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -7,7 +7,7 @@ export XDG_DATA_HOME=~/.local/share
export BROWSER=/usr/bin/firefox-esr
export VISUAL=vim
export EDITOR=vim
+export BROWSER=com.brave.Browser
export QT_QPA_PLATFORMTHEME=qt5ct
export DESKTOP_SESSION=sway
-export XDG_CURRENT_DESKTOP=KDE
[ "$(tty)" = "/dev/tty1" ] && exec sway
diff --git a/.bashrc b/.bashrc
index f4d8ecd..1de8e06 100755
--- a/.bashrc
+++ b/.bashrc
@@ -13,6 +13,13 @@ elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
+reminder_output=$(remind -h ~/.reminders)
+
+# Check if the reminder_output is not empty
+if [ -n "$reminder_output" ]; then
+ echo "Reminders:"
+ remind -h ~/.reminders
+fi
#######################################################
# EXPORTS
@@ -305,6 +312,7 @@ apachelog() {
fi
}
+
#######################################################
# Prompt
#######################################################
@@ -381,3 +389,4 @@ eval $(keychain --eval --quiet ry_ecdsa)
eval $(keychain --eval --quiet id_rsa)
+
diff --git a/.config/doom/init.el b/.config/doom/init.el
index 8506a5d..44ec4fb 100644
--- a/.config/doom/init.el
+++ b/.config/doom/init.el
@@ -125,7 +125,7 @@
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
- (go +lsp) ; the hipster dialect
+ ;;(go +lsp) ; the hipster dialect
;;(haskell +lsp) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on
@@ -152,7 +152,7 @@
;;raku ; the artist formerly known as perl6
;;rest ; Emacs as a REST client
;;rst ; ReST in peace
- (ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
+ ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;;scala ; java, but good
;;(scheme +guile) ; a fully conniving family of lisps
@@ -175,7 +175,7 @@
;;emms
;;everywhere ; *leave* Emacs!? You must be joking
;;irc ; how neckbeards socialize
- (rss +org) ; emacs as an RSS reader
+ ;;(rss +org) ; emacs as an RSS reader
;;twitter ; twitter client https://twitter.com/vnought
:config
diff --git a/.config/swaylock/config b/.config/swaylock/config
index f457f30..72b97d3 100644
--- a/.config/swaylock/config
+++ b/.config/swaylock/config
@@ -1,5 +1,5 @@
# Image
-image=~/.config/wallpapers/dante-bite.jpg
+image=~/.config/wallpapers/tropical-mountains.jpg
scaling=fill
# Indicator
diff --git a/.config/waybar/config b/.config/waybar/config
index db77b6e..6a9e607 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -33,10 +33,10 @@
"critical": 15
},
"full-at": "99",
- "format": " {capacity}%",
- "format-good": " {capacity}%", // An empty format will hide the module
- "format-full": " Full",
- "format-charging": " {capacity}% "
+ "format": " {capacity}%",
+ "format-good": " {capacity}%", // An empty format will hide the module
+ "format-full": " Full",
+ "format-charging": " {capacity}% "
},
"custom/wlsunset": {
"format": "",