diff --git a/home-manager/dotfiles/foot/foot.ini b/home-manager/dotfiles/foot/foot.ini index d4e5b8f..f5dee64 100644 --- a/home-manager/dotfiles/foot/foot.ini +++ b/home-manager/dotfiles/foot/foot.ini @@ -134,6 +134,7 @@ urgent=yes color=eff1f5 dc8a78 [colors] +alpha=0.9 foreground=4c4f69 background=eff1f5 diff --git a/home-manager/dotfiles/mako/config b/home-manager/dotfiles/mako/config new file mode 100644 index 0000000..b2048ba --- /dev/null +++ b/home-manager/dotfiles/mako/config @@ -0,0 +1,15 @@ +# behaviour +default-timeout=4800 + +# style +border-radius=12 + +# Colors + +background-color=#eff1f5 +text-color=#4c4f69 +border-color=#8839ef +progress-color=over #ccd0da + +[urgency=high] +border-color=#fe640b diff --git a/home-manager/dotfiles/waybar/style.css b/home-manager/dotfiles/waybar/style.css index 8672996..3e1843e 100644 --- a/home-manager/dotfiles/waybar/style.css +++ b/home-manager/dotfiles/waybar/style.css @@ -60,6 +60,10 @@ padding-right: 3px; } +#bluetooth { + border-radius: 12px; + margin-right: 6px; +} #workspaces button:hover { box-shadow: inherit; text-shadow: inherit; diff --git a/home-manager/home.nix b/home-manager/home.nix index 268a6b6..42c5995 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -114,6 +114,7 @@ ".config/hyfetch.json".source = dotfiles/hyfetch/hyfetch.json; ".config/niri".source = dotfiles/niri; ".config/fuzzel/fuzzel.ini".source = dotfiles/fuzzel/fuzzel.ini; + ".config/mako".source = dotfiles/mako; # # You can also set the file content immediately. # ".gradle/gradle.properties".text = ''