mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
mako
This commit is contained in:
parent
bc32d3ba88
commit
e51d2ab9a5
4 changed files with 9 additions and 11 deletions
|
|
@ -42,6 +42,7 @@ $reload_waybar = pkill waybar; waybar &
|
||||||
# exec-once = $terminal
|
# exec-once = $terminal
|
||||||
# exec-once = nm-applet &
|
# exec-once = nm-applet &
|
||||||
# exec-once = foot -s
|
# exec-once = foot -s
|
||||||
|
exec-once = mako &
|
||||||
exec-once = waybar &
|
exec-once = waybar &
|
||||||
exec-once = hyprctl setcursor Adwaita 24
|
exec-once = hyprctl setcursor Adwaita 24
|
||||||
exec-once = hyprpaper &
|
exec-once = hyprpaper &
|
||||||
|
|
|
||||||
1
config/mako/.github/issue_template.md
vendored
Normal file
1
config/mako/.github/issue_template.md
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
> If you're reporting an UI issue, make sure you take a screenshot that shows the actual bug.
|
||||||
1
config/mako/.github/pull_request_template.md
vendored
Normal file
1
config/mako/.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
> If you're fixing a UI issue, make sure you take two screenshots. One that shows the actual bug and another that shows how you fixed it.
|
||||||
|
|
@ -1,18 +1,13 @@
|
||||||
font=Departure Mono 10
|
background-color=#1c1c1c
|
||||||
default-timeout=5000
|
text-color=#e5e5e5
|
||||||
|
border-color=#1c1c1c
|
||||||
|
|
||||||
[urgency=low]
|
[urgency=low]
|
||||||
background-color=#000000
|
border-color=#555555
|
||||||
text-color=#ffffff
|
|
||||||
border-color=#ffffff
|
|
||||||
|
|
||||||
[urgency=normal]
|
[urgency=normal]
|
||||||
background-color=#000000
|
border-color=#bbbbbb
|
||||||
text-color=#ffffff
|
|
||||||
border-color=#ffffff
|
|
||||||
|
|
||||||
[urgency=high]
|
[urgency=high]
|
||||||
background-color=#000000
|
border-color=#ffffff
|
||||||
text-color=#ff0000
|
|
||||||
border-color=#ff0000
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue