mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: redo firefox... o:
This commit is contained in:
parent
34bc9ae04e
commit
f113304824
8 changed files with 146 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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$";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue