added stoof
This commit is contained in:
@@ -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
|
||||
|
||||
9
.bashrc
9
.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)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Image
|
||||
image=~/.config/wallpapers/dante-bite.jpg
|
||||
image=~/.config/wallpapers/tropical-mountains.jpg
|
||||
scaling=fill
|
||||
|
||||
# Indicator
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
"critical": 15
|
||||
},
|
||||
"full-at": "99",
|
||||
"format": " {capacity}%",
|
||||
"format-good": " {capacity}%", // An empty format will hide the module
|
||||
"format-full": "<span size='large' rise='-1600'></span> Full",
|
||||
"format-charging": "<span size='large' rise='-1600'></span> {capacity}% "
|
||||
"format": " {capacity}%",
|
||||
"format-good": " {capacity}%", // An empty format will hide the module
|
||||
"format-full": " Full",
|
||||
"format-charging": " {capacity}% "
|
||||
},
|
||||
"custom/wlsunset": {
|
||||
"format": "<span size='large'></span>",
|
||||
|
||||
Reference in New Issue
Block a user