mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add castero, cmus, dmenufm, zathura config
This commit is contained in:
parent
f407ac09bc
commit
ae217b0fe1
19 changed files with 728 additions and 346 deletions
|
|
@ -1,46 +1,67 @@
|
|||
[global]
|
||||
font = Hack 10
|
||||
padding = 1
|
||||
frame_color = "#073642"
|
||||
frame_width = 2
|
||||
allow_markup = yes
|
||||
format = "<b>%a:</b> %s\n%b"
|
||||
sort = yes
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
geometry = "250x50-10+30"
|
||||
indicate_hidden = yes
|
||||
shrink = no
|
||||
transparency = 0
|
||||
notification_height = 0
|
||||
separator_height = 4
|
||||
padding = 16
|
||||
horizontal_padding = 16
|
||||
frame_width = 2
|
||||
frame_color = "#1F2324"
|
||||
separator_color = frame
|
||||
sort = yes
|
||||
idle_threshold = 120
|
||||
font = Roboto 8
|
||||
line_height = 4
|
||||
markup = full
|
||||
format = "<b>%s</b>\n%b"
|
||||
alignment = left
|
||||
bounce_freq = 0
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ignore_newline = no
|
||||
geometry = "300x5-30+40"
|
||||
transparency = 0
|
||||
idle_threshold = 120
|
||||
monitor = 0
|
||||
follow = keyboard
|
||||
stack_duplicates = false
|
||||
hide_duplicate_count = false
|
||||
show_indicators = yes
|
||||
icon_position = off
|
||||
max_icon_size = 32
|
||||
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||
sticky_history = yes
|
||||
line_height = 0
|
||||
separator_height = 2
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
separator_color = frame
|
||||
startup_notification = true
|
||||
history_length = 20
|
||||
dmenu = /usr/bin/dmenu -p dunst:
|
||||
browser = /usr/bin/firefox -new-tab
|
||||
always_run_script = true
|
||||
title = Dunst
|
||||
class = Dunst
|
||||
startup_notification = false
|
||||
force_xinerama = false
|
||||
|
||||
[frame]
|
||||
width = 0
|
||||
color = "#000000"
|
||||
[experimental]
|
||||
per_monitor_dpi = false
|
||||
|
||||
[shortcuts]
|
||||
close =
|
||||
close_all =
|
||||
history =
|
||||
context =
|
||||
|
||||
[urgency_low]
|
||||
background = "#002B36"
|
||||
foreground = "#dfdfdf"
|
||||
timeout = 10
|
||||
background = "#262A2B"
|
||||
foreground = "#FFFFFF"
|
||||
timeout = 2
|
||||
|
||||
[urgency_normal]
|
||||
background = "#002B36"
|
||||
foreground = "#ffffff"
|
||||
timeout = 10
|
||||
background = "#262A2B"
|
||||
foreground = "#FFFFFF"
|
||||
timeout = 4
|
||||
|
||||
[urgency_critical]
|
||||
background = "#900000"
|
||||
foreground = "#ffffff"
|
||||
background = "#262A2B"
|
||||
foreground = "#FFFFFF"
|
||||
frame_color = "#e3788f"
|
||||
timeout = 0
|
||||
|
||||
[Spotify]
|
||||
appname = Spotify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue