diff options
Diffstat (limited to 'dotfiles/common/.config')
| -rw-r--r-- | dotfiles/common/.config/dunst/dunstrc | 22 | ||||
| -rw-r--r-- | dotfiles/common/.config/qalculate/qalculate-gtk.cfg | 5 |
2 files changed, 16 insertions, 11 deletions
diff --git a/dotfiles/common/.config/dunst/dunstrc b/dotfiles/common/.config/dunst/dunstrc index 6f8a3ec..f27bd33 100644 --- a/dotfiles/common/.config/dunst/dunstrc +++ b/dotfiles/common/.config/dunst/dunstrc @@ -1,5 +1,5 @@ -# Dunst config - Dupre theme -# Warm, earthy colors from dupre-theme.el +# Dunst config - Hudson theme +# Tomorrow Night + Goldenrod accent [global] # Display @@ -21,10 +21,10 @@ corner_radius = 10 progress_bar_frame_width = 0 progress_bar_corner_radius = 3 -# Colors - Dupre theme -foreground = "#f0fef0" -frame_color = "#d7af5f" -highlight = "#d7af5f, #ccc768" +# Colors - Hudson theme +foreground = "#eeeeee" +frame_color = "#daa520" +highlight = "#daa520, #f0c674" # Text (size in points, Pango syntax) font = BerkeleyMono Nerd Font 10 @@ -50,18 +50,18 @@ mouse_middle_click = do_action, close_current mouse_right_click = close_all [urgency_low] -background = "#252321f0" +background = "#222222f0" timeout = 3 [urgency_normal] -background = "#252321f0" +background = "#222222f0" timeout = 8 [urgency_critical] -background = "#7c2a09f0" -frame_color = "#d47c59" +background = "#cc6666f0" +frame_color = "#d54e53" highlight = "#ff2a00" -foreground = "#f0fef0" +foreground = "#eeeeee" timeout = 0 [fullscreen_delay_everything] diff --git a/dotfiles/common/.config/qalculate/qalculate-gtk.cfg b/dotfiles/common/.config/qalculate/qalculate-gtk.cfg index 7f5e0a6..b80636c 100644 --- a/dotfiles/common/.config/qalculate/qalculate-gtk.cfg +++ b/dotfiles/common/.config/qalculate/qalculate-gtk.cfg @@ -69,6 +69,7 @@ comma_as_separator=1 use_custom_application_font=0 multiplication_sign=2 division_sign=1 +expression_history=1024×8 expression_history=125×7×6 expression_history=7600×4 expression_history=7600X4 @@ -104,6 +105,10 @@ expression_history=1024×16 expression_history=3278×12 expression_history=1026×16 expression_history=96×2 +history_time=1770329943 +history_expression=1024×8 +history_parse=1024 × 8 +history_result=8192 history_time=1768330887 history_expression=125×7×6 history_parse=125 × 7 × 6 |
