feat: add swappy
This commit is contained in:
parent
3dcbd8eaaa
commit
6e32122766
3 changed files with 14 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
# wallpaper
|
||||
preload = /home/dashie/Pictures/backgrounds/Monitor1.jpg
|
||||
preload = /home/dashie/Pictures/backgrounds/arch-chan2.jpg
|
||||
preload = /home/dashie/Pictures/backgrounds/Arch_chan.png
|
||||
preload = /home/dashie/Pictures/backgrounds/Monitor3.jpg
|
||||
wallpaper = DP-2,/home/dashie/Pictures/backgrounds/Monitor1.jpg
|
||||
wallpaper = DP-2,/home/dashie/Pictures/backgrounds/arch-chan2.jpg
|
||||
wallpaper = DP-1,/home/dashie/Pictures/backgrounds/Arch_chan.png
|
||||
wallpaper = DP-3,/home/dashie/Pictures/backgrounds/Monitor3.jpg
|
||||
|
|
|
|||
10
swappy/config
Normal file
10
swappy/config
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Default]
|
||||
save_dir=$HOME/Pictures/Screenshots
|
||||
save_filename_format=swappy-%Y%m%d-%H%M%S.png
|
||||
show_panel=false
|
||||
line_size=5
|
||||
text_size=20
|
||||
text_font=sans-serif
|
||||
paint_mode=brush
|
||||
early_exit=false
|
||||
fill_shape=false
|
||||
|
|
@ -2,10 +2,11 @@ window {
|
|||
margin: 0px;
|
||||
background-color: #0f0f17;
|
||||
border-radius: 10px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
background-color: #0f0f17;
|
||||
background-color: #1a1b26;
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue