diff --git a/home/config/hypr/hyprlock.conf b/home/config/hypr/hyprlock.conf index ac4a3b1..d4f476a 100644 --- a/home/config/hypr/hyprlock.conf +++ b/home/config/hypr/hyprlock.conf @@ -2,7 +2,7 @@ source = ~/.config/hypr/macchiato.conf $accent = $mauve $accentAlpha = $mauveAlpha -$font = JetBrainsMono Nerd Font +$font = Sans # GENERAL general { diff --git a/home/config/swaync/macchiato.css b/home/config/swaync/macchiato.css index ce33a06..0e97199 100644 --- a/home/config/swaync/macchiato.css +++ b/home/config/swaync/macchiato.css @@ -1,7 +1,7 @@ * { all: unset; font-size: 14px; - font-family: "JetBrainsMono Nerd Font"; + font-family: "Sans"; transition: 200ms; } diff --git a/home/config/wlogout/icons/hibernate-hover.png b/home/config/wlogout/icons/hibernate-hover.png new file mode 100644 index 0000000..ef813d1 Binary files /dev/null and b/home/config/wlogout/icons/hibernate-hover.png differ diff --git a/home/config/wlogout/icons/hibernate.png b/home/config/wlogout/icons/hibernate.png index 1aa6730..a6322aa 100644 Binary files a/home/config/wlogout/icons/hibernate.png and b/home/config/wlogout/icons/hibernate.png differ diff --git a/home/config/wlogout/icons/lock-hover.png b/home/config/wlogout/icons/lock-hover.png new file mode 100644 index 0000000..8fb86fe Binary files /dev/null and b/home/config/wlogout/icons/lock-hover.png differ diff --git a/home/config/wlogout/icons/lock.png b/home/config/wlogout/icons/lock.png index 2fdf2de..430451c 100644 Binary files a/home/config/wlogout/icons/lock.png and b/home/config/wlogout/icons/lock.png differ diff --git a/home/config/wlogout/icons/logout-hover.png b/home/config/wlogout/icons/logout-hover.png new file mode 100644 index 0000000..9e570a9 Binary files /dev/null and b/home/config/wlogout/icons/logout-hover.png differ diff --git a/home/config/wlogout/icons/logout.png b/home/config/wlogout/icons/logout.png index c398d22..128c995 100644 Binary files a/home/config/wlogout/icons/logout.png and b/home/config/wlogout/icons/logout.png differ diff --git a/home/config/wlogout/icons/power.png b/home/config/wlogout/icons/power.png new file mode 100644 index 0000000..ce56166 Binary files /dev/null and b/home/config/wlogout/icons/power.png differ diff --git a/home/config/wlogout/icons/reboot.png b/home/config/wlogout/icons/reboot.png deleted file mode 100644 index 6db3aaa..0000000 Binary files a/home/config/wlogout/icons/reboot.png and /dev/null differ diff --git a/home/config/wlogout/icons/restart-hover.png b/home/config/wlogout/icons/restart-hover.png new file mode 100644 index 0000000..3e18536 Binary files /dev/null and b/home/config/wlogout/icons/restart-hover.png differ diff --git a/home/config/wlogout/icons/restart.png b/home/config/wlogout/icons/restart.png new file mode 100644 index 0000000..7855d40 Binary files /dev/null and b/home/config/wlogout/icons/restart.png differ diff --git a/home/config/wlogout/icons/shutdown.png b/home/config/wlogout/icons/shutdown.png deleted file mode 100644 index 3025cd0..0000000 Binary files a/home/config/wlogout/icons/shutdown.png and /dev/null differ diff --git a/home/config/wlogout/icons/sleep-hover.png b/home/config/wlogout/icons/sleep-hover.png new file mode 100644 index 0000000..0fd3bad Binary files /dev/null and b/home/config/wlogout/icons/sleep-hover.png differ diff --git a/home/config/wlogout/icons/sleep.png b/home/config/wlogout/icons/sleep.png new file mode 100644 index 0000000..6a3d607 Binary files /dev/null and b/home/config/wlogout/icons/sleep.png differ diff --git a/home/config/wlogout/icons/suspend.png b/home/config/wlogout/icons/suspend.png deleted file mode 100644 index 124a58e..0000000 Binary files a/home/config/wlogout/icons/suspend.png and /dev/null differ diff --git a/home/config/wlogout/layout b/home/config/wlogout/layout index d85fea1..9c14a8c 100644 --- a/home/config/wlogout/layout +++ b/home/config/wlogout/layout @@ -7,7 +7,7 @@ { "label" : "hibernate", "action" : "systemctl hibernate", - "text" : "Hibernate", + "text" : "", "keybind" : "h" } { diff --git a/home/config/wlogout/style.css b/home/config/wlogout/style.css index d8b6ee9..b2dc3cf 100644 --- a/home/config/wlogout/style.css +++ b/home/config/wlogout/style.css @@ -1,50 +1,66 @@ -* { - background-image: none; - } - - window { - background-color: rgba(36, 39, 58, 0.9); - } - - button { - margin: 8px; - color: #cad3f5; - background-color: #363a4f; - border-style: solid; - border-width: 2px; - background-repeat: no-repeat; - background-position: center; - background-size: 25%; - } - - button:active, - button:focus, - button:hover { - color: #8bd5ca; - background-color: #24273a; - outline-style: none; - } - - #lock { - background-image: image(url("icons/lock.png")); - } - - #logout { - background-image: image(url("icons/logout.png")); - } - - #suspend { - background-image: image(url("icons/suspend.png")); - } - - #hibernate { - background-image: image(url("icons/hibernate.png")); - } - - #shutdown { - background-image: image(url("icons/shutdown.png")); - } - - #reboot { - background-image: image(url("icons/reboot.png")); - } \ No newline at end of file +window { + font-family: "Sans"; + font-size: 14pt; + color: #cdd6f4; /* text */ + background-color: rgba(30, 30, 46, 0.5); +} + +button { + background-repeat: no-repeat; + background-position: center; + background-size: 25%; + border: none; + background-color: rgba(30, 30, 46, 0); + margin: 5px; + transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; +} + +button:hover { + background-color: rgba(49, 50, 68, 0.1); +} + +button:focus { + background-color: #cba6f7; + color: #1e1e2e; +} + +#lock { + background-image: image(url("icons/lock.png")); +} +#lock:focus { + background-image: image(url("icons/lock-hover.png")); +} + +#logout { + background-image: image(url("icons/logout.png")); +} +#logout:focus { + background-image: image(url("icons/logout-hover.png")); +} + +#suspend { + background-image: image(url("icons/sleep.png")); +} +#suspend:focus { + background-image: image(url("icons/sleep-hover.png")); +} + +#shutdown { + background-image: image(url("icons/power.png")); +} +#shutdown:focus { + background-image: image(url("icons/power-hover.png")); +} + +#reboot { + background-image: image(url("icons/restart.png")); +} +#reboot:focus { + background-image: image(url("icons/restart-hover.png")); +} +#hibernate { + background-image: image(url("icons/hibernate.png")); +} +#hibernate:focus { + background-image: image(url("icons/hibernate-hover.png")); +} \ No newline at end of file diff --git a/home/user/programs/kitty.nix b/home/user/programs/kitty.nix index c1e22c4..0986f28 100644 --- a/home/user/programs/kitty.nix +++ b/home/user/programs/kitty.nix @@ -1,6 +1,7 @@ +{ pkgs, ...}: { programs.kitty = { enable = true; - font = "JetBrainsMono Nerd Font"; + font.name = "JetBrainsMono Nerd Font"; }; } \ No newline at end of file