remove xob.. (it barely works)

This commit is contained in:
Maddie H 2023-07-18 16:22:46 +01:00
parent 28d758442e
commit 235566c928
Signed by: maddie
GPG Key ID: C296DE8C9053683F
2 changed files with 0 additions and 55 deletions

View File

@ -1,20 +0,0 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
xob
];
home.file.".xinitrc".text = ''
# Create FIFO for xob
rm -rf /tmp/volume.fifo
mkfifo /tmp/volume.fifo
# Start xob
(tail -f /tmp/volume.fifo | xob) &
'';
xdg.configFile."xob" = {
source = ./xob;
};
}

View File

@ -1,35 +0,0 @@
default = {
x = {relative = 1; offset = -48;};
y = {relative = 0.5; offset = 0;};
length = {relative = 0.3; offset = 0;};
thickness = 24;
outline = 3;
border = 4;
padding = 3;
orientation = "vertical";
overflow = "proportional";
color = {
normal = {
fg = "#ffffff";
bg = "#00000090";
border = "#ffffff";
};
alt = {
fg = "#555555";
bg = "#00000090";
border = "#555555";
};
overflow = {
fg = "#ff0000";
bg = "#00000090";
border = "#ff0000";
};
altoverflow = {
fg = "#550000";
bg = "#00000090";
border = "#550000";
};
};
};