From 5c5e381c8dd72be112ef80bd9722daffdc85b108 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Tue, 25 Jun 2024 15:26:27 -0400 Subject: [PATCH 1/3] Added gwenview. --- hosts/randolph/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index c7dd3d6..a5a52e9 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -115,6 +115,7 @@ in { zulip filezilla bitwarden + gwenview ] ++ # Personalized selection of graphical apps [ mons shticker-book-unwritten ] ++ # Games [ swaybg bemenu j4-dmenu-desktop ] ++ # Sway- and Wayland-related packages From cd17e3a297964452bf3516664dbdf5a0c1028201 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Thu, 11 Jul 2024 12:02:04 -0400 Subject: [PATCH 2/3] Fixed language on waybar. --- programs/waybar.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/programs/waybar.nix b/programs/waybar.nix index c330907..2c45f9b 100644 --- a/programs/waybar.nix +++ b/programs/waybar.nix @@ -80,11 +80,11 @@ in { icon-size = 20; spacing = 5; }; - # "sway/language" = { - # format = "eriuu"; - # tooltip-format = "boofer"; - # on-click = ''swaymsg input "*" xkb_switch_layout next''; - # }; + "sway/language" = { + format = "{shortDescription}"; + tooltip-format = "{long}"; + on-click = ''swaymsg input "*" xkb_switch_layout next''; + }; clock = { interval = 1; format = "{:L%H:%M:%S %a %F}"; @@ -136,7 +136,7 @@ in { } '' + '' #language { - min-width: 25px; + min-width: 30px; } '' + ""; } From 07a6157a62b89bc10264d81df13047a2d5d1106f Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Thu, 11 Jul 2024 12:02:17 -0400 Subject: [PATCH 3/3] Updated flake. --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 2ca79d9..188da64 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1717525419, - "narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=", + "lastModified": 1719180626, + "narHash": "sha256-vZAzm5KQpR6RGple1dzmSJw5kPivES2heCFM+ZWkt0I=", "owner": "nix-community", "repo": "home-manager", - "rev": "a7117efb3725e6197dd95424136f79147aa35e5b", + "rev": "6b1f90a8ff92e81638ae6eb48cd62349c3e387bb", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1717602782, - "narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=", + "lastModified": 1719254875, + "narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6", + "rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60", "type": "github" }, "original": {