diff --git a/.config/bpytop/btop.log b/.config/bpytop/btop.log index 8548501..25566f1 100644 --- a/.config/bpytop/btop.log +++ b/.config/bpytop/btop.log @@ -4,3 +4,6 @@ 2023/11/15 (09:50:31) | ===> btop++ v.1.2.13 2023/11/15 (09:50:31) | ERROR: Failed to get size of terminal! + +2023/12/06 (12:54:36) | ===> btop++ v.1.2.13 +2023/12/06 (12:54:36) | ERROR: Failed to get size of terminal! diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck index 82d9521..f3aaf2d 100644 --- a/.config/eww/eww.yuck +++ b/.config/eww/eww.yuck @@ -325,7 +325,7 @@ :windowtype "dock" (bar_layout)) (defwindow bar1 - :monitor 2 + :monitor 1 :exclusive true :geometry (geometry :x "15px" diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 2ca39c3..25a1aed 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -62,7 +62,7 @@ command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet(' "" Unbind this key to rebind it later unbind v -command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('LIBVA_DRIVERS_PATH=/run/current-system/profile/lib/dri mpv ' + url)) +command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('mpv ' + url)) command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url)) diff --git a/modules/desktop.nix b/modules/desktop.nix index 881d6f5..b6a9313 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -115,6 +115,11 @@ with lib; bash ''; + qt = { + platformTheme = "qt5ct"; + enable = true; + }; + # environment.etc."xdg/user-dirs.defaults".text = '' # DESKTOP= # DOWNLOAD=dls