Customize for db123: replace configs, adapt installer for dual-GPU/Catppuccin/awww
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
[global]
|
||||
|
||||
#source = ~/.config/assets/myColors.conf
|
||||
|
||||
# user created manually
|
||||
frame_color = "#cba6f7"
|
||||
separator_color= frame
|
||||
highlight = "#cba6f7"
|
||||
|
||||
|
||||
follow = mouse
|
||||
indicate_hidden = yes
|
||||
|
||||
offset = 10x10
|
||||
# user modified manually
|
||||
offset = 5x5
|
||||
|
||||
notification_height = 0
|
||||
|
||||
@@ -13,12 +23,13 @@
|
||||
text_icon_padding = 0
|
||||
frame_width = 2
|
||||
|
||||
frame_color = "#a6adc8"
|
||||
separator_color = frame
|
||||
#frame_color = "#a6adc8"
|
||||
#separator_color = frame
|
||||
|
||||
sort = yes
|
||||
idle_threshold = 120
|
||||
font = monospace 10
|
||||
# user modified manually
|
||||
font = monospace 14
|
||||
line_height = 0
|
||||
markup = full
|
||||
alignment = left
|
||||
@@ -30,29 +41,38 @@
|
||||
|
||||
show_indicators = yes
|
||||
|
||||
min_icon_size = 0
|
||||
max_icon_size = 64
|
||||
min_icon_size = 54
|
||||
max_icon_size = 80
|
||||
|
||||
icon_path = /usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/animations/:/usr/share/icons/Papirus-Dark/16x16/apps/:/usr/share/icons/Papirus-Dark/16x16/categories/:/usr/share/icons/Papirus-Dark/16x16/emblems/:/usr/share/icons/Papirus-Dark/16x16/emotes/:/usr/share/icons/Papirus-Dark/16x16/devices/mimetypes:/usr/share/icons/Papirus-Dark/16x16/panel/:/usr/share/icons/Papirus-Dark/16x16/places/
|
||||
|
||||
dmenu = /usr/bin/wofi -p dunst:
|
||||
dmenu = /usr/bin/tofi -p dunst:
|
||||
browser = /usr/bin/firefox --new-tab
|
||||
|
||||
title = Dunst
|
||||
class = Dunst
|
||||
|
||||
corner_radius = 10
|
||||
timeout = 5
|
||||
# user modified manually
|
||||
timeout = 7
|
||||
|
||||
# user created manually
|
||||
width = 450
|
||||
height = (0, 300)
|
||||
progress_bar_frame_width = 0
|
||||
progress_bar_corner_radius = 3
|
||||
icon_corner_radius = 4
|
||||
dmenu = tofi --show drun --prompt 'Open with'
|
||||
|
||||
[urgency_low]
|
||||
background = "#1e1e2e"
|
||||
foreground = "#CDD6F4"
|
||||
background = "#1e1e2e"
|
||||
foreground = "#cdd6f4"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#1e1e2e"
|
||||
foreground = "#CDD6F4"
|
||||
background = "#1e1e2e"
|
||||
foreground = "#cdd6f4"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#1e1e2e"
|
||||
foreground = "#CDD6F4"
|
||||
frame_color = "#FAB387"
|
||||
background = "#1e1e2e"
|
||||
foreground = "#cdd6f4"
|
||||
frame_color = "#fab387"
|
||||
|
||||
Reference in New Issue
Block a user