From 370aa9615d1efce781309df11331977daa940665 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 1 May 2025 15:32:56 -0500 Subject: [PATCH] ahh --- .config/eww/eww.scss | 4 ++-- .config/eww/eww.yuck | 4 ++-- home/home.nix | 4 ++-- pkgs/desktop-packages.nix | 1 + scripts/fflof | 6 +++++- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index a2d2d41..17e6e6b 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -318,7 +318,7 @@ tooltip label { color: $base03; font-weight: bold; font-size: 14px; - margin-left: -15px; + // margin-left: -10px; margin-right: 8px; } @@ -326,7 +326,7 @@ tooltip label { color: $base03; font-weight: bold; font-size: 14px; - margin-right: 9px; + margin-right: 3px; } .works { diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck index 9e47993..abe690b 100644 --- a/.config/eww/eww.yuck +++ b/.config/eww/eww.yuck @@ -292,10 +292,10 @@ (disk) (cpu) (mem) - (volume) ;; {right_modules.width > 1 ? null : (bright)} (bright) - (bat)) + (bat) + (volume)) (label :class "right_sep" :text "|") diff --git a/home/home.nix b/home/home.nix index ac84833..04eec0c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -93,7 +93,7 @@ in { "text/txt" = "emacsclient.desktop"; "text/rs" = "emacsclient.desktop"; "text/plain" = "emacsclient.desktop"; - "application/pdf" = "emacsclient.desktop"; + "application/pdf" = "okular.desktop"; "x-scheme-handler/about" = "librewolf.desktop"; "x-scheme-handler/unknown" = "librewolf.desktop"; "x-scheme-handler/magnet" = "torrent.desktop"; @@ -132,7 +132,7 @@ in { "text/txt" = "emacsclient.desktop"; "text/rs" = "emacsclient.desktop"; "text/plain" = "emacsclient.desktop"; - "application/pdf" = "emacsclient.desktop"; + "application/pdf" = "okular.desktop"; "x-scheme-handler/about" = "librewolf.desktop"; "x-scheme-handler/unknown" = "librewolf.desktop"; "x-scheme-handler/magnet" = "torrent.desktop"; diff --git a/pkgs/desktop-packages.nix b/pkgs/desktop-packages.nix index eb4762e..1404a39 100644 --- a/pkgs/desktop-packages.nix +++ b/pkgs/desktop-packages.nix @@ -22,6 +22,7 @@ kdePackages.breeze kdePackages.dolphin geticons + pdfmixtool # kdePackages.kio-fuse # kdePackages.kio-extras # kdePackages.qtsvg diff --git a/scripts/fflof b/scripts/fflof index 4c772b3..25a02d0 100755 --- a/scripts/fflof +++ b/scripts/fflof @@ -1,3 +1,7 @@ #!/usr/bin/env nu -if (hyprctl clients -j | from json | where initialTitle == LibreWolf | is-not-empty) { hyprctl dispatch focuswindow "initialtitle:LibreWolf" } else { librewolf --name "lw" } +if (hyprctl clients -j | from json | where initialTitle == LibreWolf | is-not-empty) { + hyprctl dispatch focuswindow "initialtitle:LibreWolf" +} else { + librewolf --name "lw" +}