feat: redo firefox... o:

This commit is contained in:
Kat Inskip 2025-03-20 17:32:14 -07:00
parent 34bc9ae04e
commit f113304824
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 146 additions and 37 deletions

View file

@ -184,7 +184,6 @@ end
-- GPU Display
function conky_gpu_section()
gpus = gpu_csv_query()
-- TODO: Replace NVIDIA-SMI separate calls with all 1 call and a CSV parsing
local text = ""
for idx, gpu in pairs(gpus) do
for i=1,#gpu do

View file

@ -15,6 +15,7 @@ in {
pcmanfm
pavucontrol
xclip
obs-studio
];
services.i3gopher.enable = true;
xsession.windowManager.i3 = let
@ -138,6 +139,11 @@ in {
class = "^Discord$";
}
];
${workspaceNamer 13} = [
{
class = "^mpv$";
}
];
${workspaceNamer 14} = [
{
class = "^Spotify$";