Compare commits
2 Commits
686bbfdd46
...
742d1ffa59
Author | SHA1 | Date | |
---|---|---|---|
742d1ffa59 | |||
c9018ce560 |
35
arch-config/.config/mako/config
Normal file
35
arch-config/.config/mako/config
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
##############################
|
||||||
|
# sample config
|
||||||
|
sort=-time
|
||||||
|
layer=overlay
|
||||||
|
background-color=#2e3440
|
||||||
|
width=300
|
||||||
|
height=110
|
||||||
|
border-size=2
|
||||||
|
border-color=#88c0d0
|
||||||
|
border-radius=15
|
||||||
|
icons=0
|
||||||
|
max-icon-size=64
|
||||||
|
ignore-timeout=1
|
||||||
|
font=monospace 14
|
||||||
|
|
||||||
|
[urgency=low]
|
||||||
|
border-color=#cccccc
|
||||||
|
|
||||||
|
[urgency=normal]
|
||||||
|
border-color=#d08770
|
||||||
|
|
||||||
|
[urgency=high]
|
||||||
|
border-color=#bf616a
|
||||||
|
default-timeout=0
|
||||||
|
|
||||||
|
[category=mpd]
|
||||||
|
default-timeout=2000
|
||||||
|
group-by=category
|
||||||
|
##############################
|
||||||
|
|
||||||
|
# notification timeout
|
||||||
|
default-timeout=5000
|
||||||
|
|
||||||
|
# format for debugging
|
||||||
|
format=%a %i - %s\n%b
|
@ -3,7 +3,7 @@
|
|||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"spacing": 5,
|
"spacing": 5,
|
||||||
|
|
||||||
"modules-left": ["sway/workspaces", "sway/window", "sway/mode"],
|
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": ["mpris", "idle_inhibitor", "battery", "tray"],
|
"modules-right": ["mpris", "idle_inhibitor", "battery", "tray"],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user