From 8537ccda290a5678664689be206ac057661cb2b6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 15:22:56 +0900 Subject: [PATCH] test --- README.md | 1 + hosts/nixos-laptop/home-manager/mako-conf.nix | 6 +++--- hosts/nixos-laptop/home-manager/waybar-conf.nix | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e7e8177..74b259df 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Repo for nix configuration files * [x] libinput-gestures? * [x] configure programs.light - keybinds in hyprland config * [x] authentication agent (like polkit-kde-agent) + * [ ] Set GTK theme for GTK apps --- diff --git a/hosts/nixos-laptop/home-manager/mako-conf.nix b/hosts/nixos-laptop/home-manager/mako-conf.nix index d24ee8ef..5faa8848 100644 --- a/hosts/nixos-laptop/home-manager/mako-conf.nix +++ b/hosts/nixos-laptop/home-manager/mako-conf.nix @@ -6,10 +6,10 @@ sort=+time on-button-left=dismiss on-button-right=dismiss-all -font=Cantarell 10 +font=Jetbrains Regular Nerd background-color=#252423 text-color=#e2cca9 -width=300 +width=150 height=100 margin=10 padding=15 @@ -24,6 +24,6 @@ history=1 text-alignment=left default-timeout=15000 layer=top -anchor=bottom-right +anchor=top-right ''; } \ No newline at end of file diff --git a/hosts/nixos-laptop/home-manager/waybar-conf.nix b/hosts/nixos-laptop/home-manager/waybar-conf.nix index 9b663ac3..b86bfd27 100644 --- a/hosts/nixos-laptop/home-manager/waybar-conf.nix +++ b/hosts/nixos-laptop/home-manager/waybar-conf.nix @@ -154,12 +154,13 @@ text = '' * { border: none; - border-radius: 3; + border-radius: 0; font-family: my-queue; } #waybar { background-color: rgba(50, 48, 47, 0.8); + padding: 5px; } #workspaces button {