diff --git a/.config/galendae-cal/galendae.conf b/.config/galendae-cal/galendae.conf new file mode 100644 index 0000000..f622d01 --- /dev/null +++ b/.config/galendae-cal/galendae.conf @@ -0,0 +1,49 @@ +### WINDOW SETTINGS + +# Stick window to all workspaces: 0=No, 1=Yes +stick=1 +# Undecorated window: 0=No, 1=Yes +undecorated=1 +# Close the window if it loses focus: 0=No, 1=Yes +close_on_unfocus=1 +# Initial window position: 'center', 'mouse' or 'none' +position=mouse +# Move the window horizontally from its intial position +x_offset=1 +# Move the window vertically from its initial position +y_offset=1 + +### COLORS + +# Window background specified with CSS color +background_color=#000000 +# Text color specified with CSS color +foreground_color=#dfdfdf +# Dates of previous and following months, colored with CSS +fringe_date_color=#404040 +# Highlight color for the current date +highlight_color=#c61740 + +### FONTS + +# Month font with CSS size and weight +month_font_size=xx-large +month_font_weight=normal + +# Weekday column header font with CSS size and weight +day_font_size=75% +day_font_weight=normal + +# Date number font with CSS size and weight +date_font_size=x-large +date_font_weight=bold + +# Arrow font, ie '<' and '>' with CSS size and weight +arrow_font_size = xx-large +arrow_font_weight = bold + +### CALENDAR SETTINGS + +# Sunday=0, Monday=1, Tuesday=2, Wednesday=3 +# Thursday=4, Friday=5, Saturday=6 +week_start=1 diff --git a/.gitignore b/.gitignore index 0212214..6d04289 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ !*/.config/wallpapers !*/.config/nvim !*/.config/dunst +!*/.config/galendae-cal