Implemented configurable and toggleable button borders. (#279)
* Implemented configurable and toggleable button borders. * Improve and simplify border logic * Fix hidden label icon borders. * Removed button hover property from bar buttons, they dim on hover now by default. * Rename file. * Update catppuccin normal theme's storage module color. * update mocha items * update mochas * Update themes to account for borders
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import options from 'options';
|
||||
import { bash, dependencies } from 'lib/utils';
|
||||
import { MatugenColors, RecursiveOptionsObject } from 'lib/types/options';
|
||||
import { initializeTrackers } from './options_trackers';
|
||||
import { initializeTrackers } from './optionsTrackers';
|
||||
import { generateMatugenColors, replaceHexValues } from '../services/matugen/index';
|
||||
|
||||
const deps = ['font', 'theme', 'bar.flatButtons', 'bar.position', 'bar.battery.charging', 'bar.battery.blocks'];
|
||||
|
||||
Reference in New Issue
Block a user