Compare commits

...

2 Commits

Author SHA1 Message Date
850248e3f5 FIX: Added missing colors.css file to waybar 2025-02-15 19:03:56 +01:00
719d1e09f6 FEAT: Added swappy config 2025-02-15 19:03:04 +01:00
2 changed files with 17 additions and 0 deletions
swappy/.config/swappy
waybar/.config/waybar

@ -0,0 +1,12 @@
[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=true
fill_shape=false
auto_save=true
custom_color=rgba(193,125,17,1)

@ -0,0 +1,5 @@
@define-color bg0 #211a17;
@define-color bg1 #362f2b;
@define-color tip #221e1b;
@define-color accent #ffbf9b;
@define-color text #ffffff;