diff options
author | Julian T <julian@jtle.dk> | 2023-02-07 18:32:59 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-02-07 18:32:59 +0100 |
commit | 5bc3182c47b46f368197858f13d9e3ba870cad84 (patch) | |
tree | d830be1c9b843fdcd59725961cb0376653ce59ff /mixed | |
parent | 35cab3cb5a1ce92cec602226cd0c9deb8925de37 (diff) |
Setwall cargo.toml remove xresources and udevmon fix
Diffstat (limited to 'mixed')
-rw-r--r-- | mixed/.Xresources | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/mixed/.Xresources b/mixed/.Xresources index 08ff579..e69de29 100644 --- a/mixed/.Xresources +++ b/mixed/.Xresources @@ -1,31 +0,0 @@ - -#define WHITE #FBFAF6 -#define BLACK #330036 -#define DARK #393E41 -#define LRED #FD2629 -#define LBLUE #1AA2C9 -#define DBLUE #3C6997 -#define PURPLE #791E94 -#define GREEN #0A8754 -#define YELLO #F9DB6D -#define UNFOCUS #C6EBBE -#define GRAY #707880 - -polybar.background: BLACK -polybar.foreground: WHITE -polybar.primary: LBLUE -polybar.secondary: GREEN -polybar.alert: LRED -polybar.disabled: GRAY - -twobwm.border_width: 8 -twobwm.outer_border: 4 -twobwm.inverted_colors: false -twobwm.enable_compton: true -twobwm.focus_color: LBLUE -twobwm.unfocus_color: DARK -twobwm.fixed_color: LRED -twobwm.unkill_color: YELLO -twobwm.outer_border_color: DBLUE -twobwm.fixed_unkill_color: PURPLE - |