mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
Fix several typos (#5) across the repo
This commit is contained in:
parent
fd842c11a6
commit
3f02582216
|
|
@ -148,7 +148,7 @@ _temperature() {
|
|||
output="${output#*, }"
|
||||
output="${output:0:2}"
|
||||
|
||||
# Up to 59 degrees celcius keep text colour same as default. 60-79
|
||||
# Up to 59 degrees celsius keep text colour same as default. 60-79
|
||||
# turn the colour red on normal background. Else turn the whole
|
||||
# indicator red.
|
||||
case "$output" in
|
||||
|
|
@ -244,7 +244,7 @@ mkfifo "$melonpanel_fifo"
|
|||
_modules > "$melonpanel_fifo" &
|
||||
bspc subscribe report > "$melonpanel_fifo" &
|
||||
|
||||
# Read the content of the fifo file. We differantiate between modules
|
||||
# Read the content of the fifo file. We differentiate between modules
|
||||
# based on the majuscule (letter A-Z) they piped into melonpanel_fifo
|
||||
# (see modules above). Here we just add a shorter variable to each
|
||||
# module, which helps position it on the panel (the last printf).
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
# https://gitlab.com/protesilaos/dotfiles
|
||||
# 2. The Tempus Themes generator is also at the home dir. See:
|
||||
# https://gitlab.com/protesilaos/tempus-themes-generator
|
||||
#
|
||||
#
|
||||
# The utility of this script is only realised when I modify the source
|
||||
# of the existing Tempus Themes and/or add a new theme (new templates
|
||||
# would require modifications to this script). It makes it easy to
|
||||
|
|
@ -88,7 +88,7 @@ invoke_generator() {
|
|||
# passing to it the scheme name which is needed for that function's
|
||||
# arguments 1 and 4 (see its description).
|
||||
#
|
||||
# The `invoke_generic_loop()` accepts threee arguments from subsequent
|
||||
# The `invoke_generic_loop()` accepts three arguments from subsequent
|
||||
# functions. These define the following:
|
||||
#
|
||||
# 1. Template name
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ _kbd_reset_and_xmodmap() {
|
|||
|
||||
# Run the selected command.
|
||||
#
|
||||
# The `reboot' and `poweroff' require escalated privilages. Read:
|
||||
# The `reboot' and `poweroff' require escalated privileges. Read:
|
||||
# https://wiki.voidlinux.org/Post_Installation#Allow_users_to_shutdown_without_a_password
|
||||
case "$choice" in
|
||||
L*) _kill_processes && bspc quit ;;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
pgrep tmux > /dev/null || { echo "Tmux is not runnning"; exit 1; }
|
||||
pgrep tmux > /dev/null || { echo "Tmux is not running"; exit 1; }
|
||||
|
||||
_find_vim() {
|
||||
tmux list-panes -a -F '#D:#T:#{pane_in_mode}' | grep 'VIM'
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
! Prior notes !
|
||||
!!!!!!!!!!!!!!!
|
||||
|
||||
! These settings have been implemented succesfully on Debian 10
|
||||
! These settings have been implemented successfully on Debian 10
|
||||
! 'buster' running a variety of desktop environments on top of Xorg.
|
||||
|
||||
! To get the current status of the modifiers:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#
|
||||
# This file is part of my custom desktop session on Void Linux. Other
|
||||
# important settings are defined in `.xinitrc' and application-specific
|
||||
# initalisation files. See: https://gitlab.com/protesilaos/dotfiles
|
||||
# initialisation files. See: https://gitlab.com/protesilaos/dotfiles
|
||||
|
||||
|
||||
##############
|
||||
|
|
@ -41,7 +41,7 @@ _check() {
|
|||
# to the laptop or not.
|
||||
_check bspwm_conf_xrandr && bspwm_conf_xrandr
|
||||
|
||||
# Defin desktop[s] [per monitor]. Contingent on the above. Also note
|
||||
# Define desktop[s] [per monitor]. Contingent on the above. Also note
|
||||
# that this leverages my `bspwm_dynamic_desktops'.
|
||||
_check bspwm_conf_desktops && bspwm_conf_desktops
|
||||
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ enabled/disabled by adjusting the symlinks.
|
|||
The files are loaded in numeric order, the structure of the configuration
|
||||
has led to the following conventions in usage:
|
||||
|
||||
Files begining with: Contain:
|
||||
|
||||
Files beginning with: Contain:
|
||||
|
||||
00 through 09 Font directories
|
||||
10 through 19 system rendering defaults (AA, etc)
|
||||
20 through 29 font rendering options
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ set encoding=utf-8 " default character encoding
|
|||
set autoread " detect when a file has been modified externally
|
||||
set spelllang=en,el " languages to check for spelling (english, greek)
|
||||
set spellsuggest=10 " number of suggestions for correct spelling
|
||||
set updatetime=500 " time of idleness is miliseconds before saving swapfile
|
||||
set updatetime=500 " time of idleness is milliseconds before saving swapfile
|
||||
set undolevels=1000 " how many undo levels to keep in memory
|
||||
set showcmd " show command in last line of the screen
|
||||
set nostartofline " keep cursor in the same column when moving between lines
|
||||
|
|
@ -85,5 +85,5 @@ iab medot https://gitlab.com/protesilaos/dotfiles
|
|||
|
||||
syntax enable
|
||||
" DO NOT EDIT MANUALLY IF YOU USE MY DOTFILES. Themes are updated
|
||||
" programatically via my `tempus` script.
|
||||
" programmatically via my `tempus` script.
|
||||
colorscheme tempus_classic
|
||||
|
|
|
|||
Loading…
Reference in a new issue