mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 10:51:49 +08:00
Compare commits
No commits in common. "245eb2e76b93ec78d45c9b31a3d48cbb6fd66f3f" and "91707c2ed94322d1ab00b5d7fe8b141fc081d620" have entirely different histories.
245eb2e76b
...
91707c2ed9
@ -1,8 +1,8 @@
|
||||
#set font and stuff
|
||||
font_family Iosevka Term SS15
|
||||
bold_font Iosevka Term SS15 Bold
|
||||
italic_font Iosevka Term SS15 Italic
|
||||
bold_italic_font Iosevka Term SS15 Bold Italic
|
||||
font_family Iosevka Term
|
||||
bold_font Iosevka Term Bold
|
||||
italic_font Iosevka Curly Italic
|
||||
bold_italic_font Iosevka Term Bold Italic
|
||||
|
||||
font_size 14
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# env ZDOTDIR=$HOME/.cache/kitty-zsh
|
||||
# copy --dest .cache/kitty-zsh/.zshrc .zshrc
|
||||
|
||||
copy .zshrc
|
||||
# copy .zshrc
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c942fd0cc8ccf9b6b884621f18ef14095fcee7ae
|
||||
Subproject commit f24ddba0df874aae735d6e9634054d51174b91a4
|
@ -23,9 +23,9 @@ if test "$choice" = lock; then
|
||||
# timeout $sleep_time 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
idlepid=$!
|
||||
|
||||
swaylock -e -c 282828 --inside-color 00000003
|
||||
# swaylock -S --effect-blur "12x12" --effect-greyscale --effect-vignette 0.5:0.5 --inside-color 28282860 \
|
||||
# -e --ring-color 00000000 --line-color 00000000 --indicator --clock --text-color ebdbb2
|
||||
# swaylock -e -c 282828 --inside-color 00000003
|
||||
swaylock -S --effect-blur "12x12" --effect-greyscale --effect-vignette 0.5:0.5 --inside-color 28282860 \
|
||||
-e --ring-color 00000000 --line-color 00000000 --indicator --clock --text-color ebdbb2
|
||||
|
||||
kill $idlepid
|
||||
swaymsg "output * power on"
|
||||
|
BIN
.local/share/fonts/SymbolsNerdFont-Regular.ttf
Normal file
BIN
.local/share/fonts/SymbolsNerdFont-Regular.ttf
Normal file
Binary file not shown.
BIN
.local/share/fonts/SymbolsNerdFontMono-Regular.ttf
Normal file
BIN
.local/share/fonts/SymbolsNerdFontMono-Regular.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user