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 xorg.libxcb
freetype freetype
fstl
dbus dbus
alsa-oss
sops sops
ispell ispell

View file

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

View file

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

View file

@ -111,17 +111,13 @@
coppwr coppwr
clapper clapper
ardour ardour
oculante oculante
farge farge
halloy halloy
paleta paleta
wayback wayback
protonplus protonplus
fstl
]; ];
home.pointerCursor = { 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" = { home.file.".local/share/The Usual Suspects/Vavra" = {
recursive = true; recursive = true;
source = ../../packages/the-usual-suspects/vavra; source = ../../packages/the-usual-suspects/vavra;

View file

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