added stoof
This commit is contained in:
@@ -7,7 +7,7 @@ export XDG_DATA_HOME=~/.local/share
|
|||||||
export BROWSER=/usr/bin/firefox-esr
|
export BROWSER=/usr/bin/firefox-esr
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
export BROWSER=com.brave.Browser
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
export DESKTOP_SESSION=sway
|
export DESKTOP_SESSION=sway
|
||||||
export XDG_CURRENT_DESKTOP=KDE
|
|
||||||
[ "$(tty)" = "/dev/tty1" ] && exec sway
|
[ "$(tty)" = "/dev/tty1" ] && exec sway
|
||||||
|
|||||||
9
.bashrc
9
.bashrc
@@ -13,6 +13,13 @@ elif [ -f /etc/bash_completion ]; then
|
|||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
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
|
# EXPORTS
|
||||||
@@ -305,6 +312,7 @@ apachelog() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
# Prompt
|
# Prompt
|
||||||
#######################################################
|
#######################################################
|
||||||
@@ -381,3 +389,4 @@ eval $(keychain --eval --quiet ry_ecdsa)
|
|||||||
eval $(keychain --eval --quiet id_rsa)
|
eval $(keychain --eval --quiet id_rsa)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -125,7 +125,7 @@
|
|||||||
;;fsharp ; ML stands for Microsoft's Language
|
;;fsharp ; ML stands for Microsoft's Language
|
||||||
;;fstar ; (dependent) types and (monadic) effects and Z3
|
;;fstar ; (dependent) types and (monadic) effects and Z3
|
||||||
;;gdscript ; the language you waited for
|
;;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
|
;;(haskell +lsp) ; a language that's lazier than I am
|
||||||
;;hy ; readability of scheme w/ speed of python
|
;;hy ; readability of scheme w/ speed of python
|
||||||
;;idris ; a language you can depend on
|
;;idris ; a language you can depend on
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
;;raku ; the artist formerly known as perl6
|
;;raku ; the artist formerly known as perl6
|
||||||
;;rest ; Emacs as a REST client
|
;;rest ; Emacs as a REST client
|
||||||
;;rst ; ReST in peace
|
;;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()
|
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||||
;;scala ; java, but good
|
;;scala ; java, but good
|
||||||
;;(scheme +guile) ; a fully conniving family of lisps
|
;;(scheme +guile) ; a fully conniving family of lisps
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
;;emms
|
;;emms
|
||||||
;;everywhere ; *leave* Emacs!? You must be joking
|
;;everywhere ; *leave* Emacs!? You must be joking
|
||||||
;;irc ; how neckbeards socialize
|
;;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
|
;;twitter ; twitter client https://twitter.com/vnought
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Image
|
# Image
|
||||||
image=~/.config/wallpapers/dante-bite.jpg
|
image=~/.config/wallpapers/tropical-mountains.jpg
|
||||||
scaling=fill
|
scaling=fill
|
||||||
|
|
||||||
# Indicator
|
# Indicator
|
||||||
|
|||||||
@@ -33,10 +33,10 @@
|
|||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"full-at": "99",
|
"full-at": "99",
|
||||||
"format": " {capacity}%",
|
"format": " {capacity}%",
|
||||||
"format-good": " {capacity}%", // An empty format will hide the module
|
"format-good": " {capacity}%", // An empty format will hide the module
|
||||||
"format-full": "<span size='large' rise='-1600'></span> Full",
|
"format-full": " Full",
|
||||||
"format-charging": "<span size='large' rise='-1600'></span> {capacity}% "
|
"format-charging": " {capacity}% "
|
||||||
},
|
},
|
||||||
"custom/wlsunset": {
|
"custom/wlsunset": {
|
||||||
"format": "<span size='large'></span>",
|
"format": "<span size='large'></span>",
|
||||||
|
|||||||
Reference in New Issue
Block a user