mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
* hyprland: touchpad works correctly when switching workspaces, add screen shareing support, update windowrules * dunst: just rewrote all config * waybar: update clock, pulseaudio, and network modules, change color on activce workspace
79 lines
1.4 KiB
INI
79 lines
1.4 KiB
INI
# vim: ft=ini
|
|
|
|
[global]
|
|
font = Jetbrains 14
|
|
icon_theme = "Papirus-Dark"
|
|
enable_recursive_icon_lookup = true
|
|
show_age_threshold = 60
|
|
markup = full
|
|
word_wrap = yes
|
|
ignore_newline = no
|
|
stack_duplicates = false
|
|
hide_duplicate_count = false
|
|
shrink = no
|
|
idle_threshold = 120
|
|
follow = mouse
|
|
|
|
mouse_left_click = close_all
|
|
mouse_right_click = do_action
|
|
|
|
sticky_history = yes
|
|
history_length = 10
|
|
line_height = 4
|
|
separator_height = 4
|
|
padding = 15
|
|
horizontal_padding = 15
|
|
separator_color = auto
|
|
startup_notification = true
|
|
|
|
browser = x-www-browser -new-tab
|
|
|
|
icon_position = left
|
|
max_icon_size = 48
|
|
|
|
frame_width = 0
|
|
|
|
always_run_script = true
|
|
title = Dunst
|
|
class = Dunst
|
|
|
|
geometry = "250x50-5+30"
|
|
origin = top-right
|
|
offset = 9x14
|
|
width = (0,500)
|
|
|
|
# Display indicators for URLs (U) and actions (A).
|
|
show_indicators = no
|
|
|
|
# %a appname
|
|
# %s summary
|
|
# %b body
|
|
# %i iconname (including its path)
|
|
# %I iconname (without its path)
|
|
# %p progress value if set ([ 0%] to [100%]) or nothing
|
|
format = "<b>%s</b>\n%b"
|
|
corner_radius = 8
|
|
sort = no
|
|
indicate_hidden = yes
|
|
|
|
# Possible values are "left", "center" and "right".
|
|
alignment = center
|
|
|
|
|
|
[urgency_low]
|
|
frame_color = "#1a1b26"
|
|
background = "#1a1b26"
|
|
foreground = "#c0caf5"
|
|
timeout = 10
|
|
|
|
[urgency_normal]
|
|
frame_color = "#15161e"
|
|
background = "#1a1b26"
|
|
foreground = "#c0caf5"
|
|
timeout = 10
|
|
|
|
[urgency_critical]
|
|
frame_color = "#f7768e"
|
|
background = "#1a1b26"
|
|
foreground = "#c0caf5"
|
|
timeout = 10
|