fixing up some stuff and refining theme

This commit is contained in:
Matt Nish-Lapidus 2025-02-09 11:10:16 -05:00
parent 2763ce58c1
commit 3b313209a3
6 changed files with 45 additions and 36 deletions

View file

@ -33,10 +33,8 @@
xorg.libxcb
freetype
fstl
dbus
alsa-oss
sops
ispell

View file

@ -57,25 +57,25 @@ config.color_scheme = 'One Half Black (Gogh)'
-- config.color_scheme = 'Afterglow'
config.colors = {
-- background = "#111111",
tab_bar = {
background = "#111111",
inactive_tab = {
fg_color = "#444444",
bg_color = "#111111"
}
}
-- tab_bar = {
-- background = "#111111",
-- inactive_tab = {
-- fg_color = "#444444",
-- bg_color = "#111111"
-- }
-- }
}
config.background = {
{
source = {
Color = '#111111'
},
width = "100%",
height = "100%",
opacity = 1
}
}
-- config.background = {
-- {
-- source = {
-- Color = '#111111'
-- },
-- width = "100%",
-- height = "100%",
-- opacity = 1
-- }
-- }
config.window_decorations = "RESIZE"
@ -160,23 +160,28 @@ config.keys = {
tabline.setup({
options = {
theme_overrides = {
background = "#111111",
background = "#282c34",
tab = {
active = { fg = '#eeeeee', bg = '#111111' },
inactive = { fg = '#999999', bg = '#222222' },
inactive_hover = { fg = '#cccccc', bg = '#222222' },
inactive = { fg = '#979eab', bg = '#282c34' },
inactive_hover = { fg = '#cccccc', bg = '#282c34' },
},
normal_mode = {
a = { bg = "#222222", fg = "#eeeeee" },
b = { bg = "#222222", fg = "#eeeeee" },
c = { bg = "#222222", fg = "#eeeeee" },
x = { bg = "#222222", fg = "#eeeeee" },
y = { bg = "#222222", fg = "#eeeeee" },
z = { bg = "#222222", fg = "#eeeeee" },
a = { bg = "#282c34", fg = "#eeeeee" },
b = { bg = "#282c34", fg = "#eeeeee" },
c = { bg = "#282c34", fg = "#eeeeee" },
x = { bg = "#282c34", fg = "#eeeeee" },
y = { bg = "#282c34", fg = "#eeeeee" },
z = { bg = "#282c34", fg = "#eeeeee" },
},
copy_mode = {
b = { bg = "#222222", fg = "#eeeeee" }
}
a = { bg = "#e5c07b", fg = "#282c34" },
b = { bg = "#282c34", fg = "#eeeeee" },
c = { bg = "#282c34", fg = "#eeeeee" },
x = { bg = "#282c34", fg = "#eeeeee" },
y = { bg = "#282c34", fg = "#eeeeee" },
z = { bg = "#e5c07b", fg = "#282c34" },
},
},
section_separators = {
left = " ",

View file

@ -64,8 +64,8 @@
gnupg
clinfo
alsa-utils
alsa-oss
psutils
alsa-tools
util-linux
libgtop
ulauncher

View file

@ -111,17 +111,13 @@
coppwr
clapper
ardour
oculante
farge
halloy
paleta
wayback
protonplus
fstl
];
home.pointerCursor = {

View file

@ -62,6 +62,14 @@
};
};
xdg.desktopEntries = {
bitwig-labwc = {
name = "Bitwig (labwc)";
exec = "labwc - S bitwig-studio";
categories = [ "Application" "Audio" "Music" ];
};
};
home.file.".local/share/The Usual Suspects/Vavra" = {
recursive = true;
source = ../../packages/the-usual-suspects/vavra;

View file

@ -104,6 +104,8 @@
poppler_utils
faircamp
];
programs = {