changes
This commit is contained in:
parent
1463ae72e5
commit
b7ee6e4fbb
|
|
@ -21,19 +21,19 @@ env:
|
|||
font:
|
||||
# The normal (roman) font face to use.
|
||||
normal:
|
||||
family: Jetbrains Mono
|
||||
family: JetbrainsMono Nerd Font
|
||||
# Style can be specified to pick a specific face.
|
||||
style: Regular
|
||||
|
||||
# The bold font face
|
||||
bold:
|
||||
family: Jetbrains Mono
|
||||
family: JetbrainsMono Nerd Font
|
||||
# Style can be specified to pick a specific face.
|
||||
style: Bold
|
||||
|
||||
# The italic font face
|
||||
italic:
|
||||
family: Jetbrains Mono
|
||||
family: JetbrainsMono Nerd Font
|
||||
# Style can be specified to pick a specific face.
|
||||
style: italic
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
idle_threshold = 120
|
||||
|
||||
# Font and typography settings
|
||||
font = Jetbrains Mono 10
|
||||
font = JetbrainsMono Nerd Font 10
|
||||
alignment = left
|
||||
word_wrap = yes
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
idle_threshold = 120
|
||||
|
||||
# Font and typography settings
|
||||
font = JetBrains Mono 10
|
||||
font = JetBrainsMono Nerd Font 10
|
||||
alignment = left
|
||||
word_wrap = yes
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
/home/krolyxon/.cache/wal/zathurarc
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
set sandbox none
|
||||
set statusbar-h-padding 0
|
||||
set statusbar-v-padding 0
|
||||
set page-padding 1
|
||||
set selection-clipboard clipboard
|
||||
map u scroll half-up
|
||||
map d scroll half-down
|
||||
map D toggle_page_mode
|
||||
map r reload
|
||||
map R rotate
|
||||
map K zoom in
|
||||
map J zoom out
|
||||
map i recolor
|
||||
map p print
|
||||
|
||||
set default-bg "#222222"
|
||||
set default-fg "#e5e8ea"
|
||||
set statusbar-bg "#224488"
|
||||
set statusbar-fg "#e5e8ea"
|
||||
set inputbar-bg "#224488"
|
||||
set inputbar-fg "#e5e8ea"
|
||||
set notification-bg "#224488"
|
||||
set notification-fg "#e5e8ea"
|
||||
set notification-error-bg "#224488"
|
||||
set notification-error-fg "#e5e8ea"
|
||||
set notification-warning-bg "#224488"
|
||||
set notification-warning-fg "#e5e8ea"
|
||||
set highlight-color "#ff0000"
|
||||
set highlight-active-color "#0000ee"
|
||||
set completion-bg "#ff0000"
|
||||
set completion-fg "#0000ee"
|
||||
set completion-highlight-bg "#ff0000"
|
||||
set completion-highlight-fg "#0000ee"
|
||||
set recolor-lightcolor "#000000"
|
||||
set recolor-darkcolor "#e5e8ea"
|
||||
|
|
@ -9,4 +9,4 @@ fi
|
|||
[ -z "$file" ] && exit
|
||||
|
||||
curl -F"file=@$file" 0x0.st | xclip -sel c
|
||||
notify-send "The url has been copied to your clipboard."
|
||||
notify-send "The url has been copied to your clipboard. $(xclip -sel c -o)"
|
||||
|
|
|
|||
|
|
@ -83,3 +83,5 @@ petulant -> a person who is rude and acts childish
|
|||
monologue -> a long speech by one actor in a play or a film
|
||||
apprehension -> anziety or fear that something bad or unpleasant will happen
|
||||
reprise -> a repeated passage in music
|
||||
->
|
||||
reluctant -> unwilling and hesitant; disinclined
|
||||
|
|
|
|||
Loading…
Reference in New Issue