merge
This commit is contained in:
commit
521d292e50
3 changed files with 10 additions and 2 deletions
|
@ -158,7 +158,7 @@ font:
|
||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 12.0
|
size: 11.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# Offset is the extra space around each character. `offset.y` can be thought
|
||||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
|
|
@ -20,3 +20,11 @@ fish_add_path $HOME/.cargo/bin/
|
||||||
|
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|
||||||
|
|
||||||
|
# >>> conda initialize >>>
|
||||||
|
# !! Contents within this block are managed by 'conda init' !!
|
||||||
|
if test -f /home/tsousa/miniconda3/bin/conda
|
||||||
|
eval /home/tsousa/miniconda3/bin/conda "shell.fish" "hook" $argv | source
|
||||||
|
end
|
||||||
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ if [ ${#option} -gt 0 ]
|
||||||
then
|
then
|
||||||
case $option in
|
case $option in
|
||||||
Suspend)
|
Suspend)
|
||||||
$LOCKER ;systemctl suspend
|
$LOCKER && systemctl suspend
|
||||||
;;
|
;;
|
||||||
Reboot)
|
Reboot)
|
||||||
systemctl reboot
|
systemctl reboot
|
||||||
|
|
Loading…
Reference in a new issue