non important commit
This commit is contained in:
parent
7ebbb5aa2d
commit
2a725d24e6
1 changed files with 118 additions and 75 deletions
|
|
@ -9,120 +9,163 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
"colors" = {
|
||||||
|
bg = "#151515";
|
||||||
|
bg-alt = "#232323";
|
||||||
|
fg = "#fafafa";
|
||||||
|
fg-alt = "#bdbdbd";
|
||||||
|
|
||||||
|
blue = "#2979ff";
|
||||||
|
cyan = "#00e5ff";
|
||||||
|
green = "#00e676";
|
||||||
|
orange = "#ff9100";
|
||||||
|
pink = "#f50057";
|
||||||
|
purple = "#d500f9";
|
||||||
|
red = "#ff1744";
|
||||||
|
yellow = "#ffea00";
|
||||||
|
|
||||||
|
black = "#000";
|
||||||
|
white = "#FFF";
|
||||||
|
|
||||||
|
trans = "#00000000";
|
||||||
|
semi-trans = "#ee282828";
|
||||||
|
semi-trans-black = "#aa000000";
|
||||||
|
};
|
||||||
|
|
||||||
"bar/primary" = {
|
"bar/primary" = {
|
||||||
monitor = "DVI-I-1";
|
monitor = "DVI-I-1";
|
||||||
|
|
||||||
width = "100%";
|
width = "100%";
|
||||||
height = 30;
|
height = "30";
|
||||||
radius = 0;
|
offset-y = "0";
|
||||||
fixed-center = true;
|
bottom = "true";
|
||||||
|
fixed-center = "true";
|
||||||
|
|
||||||
background = "#fbbbfb";
|
wm-restack = "bspwm";
|
||||||
foreground = "#d8dee9";
|
|
||||||
|
|
||||||
line-size = 3;
|
override-redirect = "false";
|
||||||
|
|
||||||
padding-left = 2;
|
scroll-up = "next";
|
||||||
padding-right = 2;
|
scroll-down = "prev";
|
||||||
|
|
||||||
module-margin-left = 1;
|
enable-ipc = "true";
|
||||||
module-margin-right = 1;
|
|
||||||
|
|
||||||
font-0 = "FiraCode Nerd Font:size=10;2";
|
background = "\${colors.trans}";
|
||||||
font-1 = "FiraCode Nerd Font:size=12;2";
|
foreground = "\${colors.fg}";
|
||||||
|
|
||||||
modules-left = "bspwm";
|
tray-background = "\${colors.trans}";
|
||||||
modules-center = "date";
|
tray-padding = "2";
|
||||||
|
tray-position = "right";
|
||||||
|
tray-maxsize = "16";
|
||||||
|
|
||||||
cursor-click = "pointer";
|
cursor-click = "pointer";
|
||||||
|
cursor-scroll = "ns-resize";
|
||||||
|
|
||||||
|
modules-left = "bspwm";
|
||||||
|
modules-center = "mpd";
|
||||||
|
modules-right = "date";
|
||||||
};
|
};
|
||||||
|
|
||||||
"bar/secondary" = {
|
"bar/secondary" = {
|
||||||
monitor = "HDMI-0";
|
monitor = "HDMI-0";
|
||||||
|
|
||||||
width = "100%";
|
width = "100%";
|
||||||
height = 30;
|
height = "30";
|
||||||
radius = 0;
|
offset-y = "0";
|
||||||
fixed-center = true;
|
bottom = "true";
|
||||||
|
fixed-center = "true";
|
||||||
|
|
||||||
background = "#2e3440";
|
wm-restack = "bspwm";
|
||||||
foreground = "#d8dee9";
|
|
||||||
|
|
||||||
line-size = 3;
|
override-redirect = "false";
|
||||||
|
|
||||||
padding-left = 2;
|
scroll-up = "next";
|
||||||
padding-right = 2;
|
scroll-down = "prev";
|
||||||
|
|
||||||
module-margin-left = 1;
|
enable-ipc = "true";
|
||||||
module-margin-right = 1;
|
|
||||||
|
|
||||||
font-0 = "FiraCode Nerd Font:size=10;2";
|
background = "\${colors.trans}";
|
||||||
font-1 = "FiraCode Nerd Font:size=12;2";
|
foreground = "\${colors.fg}";
|
||||||
|
|
||||||
modules-left = "bspwm";
|
tray-background = "\${colors.trans}";
|
||||||
modules-center = "date";
|
tray-padding = "2";
|
||||||
|
tray-position = "right";
|
||||||
|
tray-maxsize = "16";
|
||||||
|
|
||||||
cursor-click = "pointer";
|
cursor-click = "pointer";
|
||||||
|
cursor-scroll = "ns-resize";
|
||||||
|
|
||||||
|
modules-left = "bspwm";
|
||||||
|
modules-center = "mpd";
|
||||||
|
modules-right = "date";
|
||||||
};
|
};
|
||||||
|
|
||||||
"module/bspwm" = {
|
"module/bspwm" = {
|
||||||
type = "internal/bspwm";
|
type = "internal/bspwm";
|
||||||
|
|
||||||
ws-icon-0 = "I;○";
|
format = "<label-state> <label-mode>";
|
||||||
ws-icon-1 = "II;○";
|
|
||||||
ws-icon-2 = "III;○";
|
|
||||||
ws-icon-3 = "IV;○";
|
|
||||||
ws-icon-4 = "V;○";
|
|
||||||
ws-icon-5 = "VI;○";
|
|
||||||
ws-icon-6 = "VII;○";
|
|
||||||
ws-icon-7 = "VIII;○";
|
|
||||||
ws-icon-8 = "IX;○";
|
|
||||||
ws-icon-default = "○";
|
|
||||||
|
|
||||||
label-focused = "●";
|
label-focused = "%{T7}●%{T-}";
|
||||||
label-focused-foreground = "#d89ee9";
|
label-focused-foreground = "\${colors.fg}";
|
||||||
label-focused-padding = 2;
|
label-focused-padding = 1;
|
||||||
|
|
||||||
label-occupied = "●";
|
label-occupied = "%{T7}●%{T-}";
|
||||||
label-occupied-padding = 2;
|
label-occupied-foreground = "\${colors.fg-alt}";
|
||||||
label-occupied-foreground = "#90ffff";
|
label-occupied-padding = 1;
|
||||||
|
|
||||||
label-urgent = "%name%";
|
label-urgent = "%{T7}●%{T-}";
|
||||||
label-urgent-background = "#bf616a";
|
label-urgent-foreground = "\${colors.red}";
|
||||||
label-urgent-padding = 2;
|
label-urgent-padding = 1;
|
||||||
|
|
||||||
label-empty = "○";
|
label-empty = "%{T7}○%{T-}";
|
||||||
label-empty-foreground = "#4c566a";
|
label-empty-foreground = "\${colors.fg-alt}";
|
||||||
label-empty-padding = 2;
|
label-empty-padding = 1;
|
||||||
|
|
||||||
|
label-locked = "%{T7}●%{T-}";
|
||||||
|
label-locked-foreground = "\${colors.fg}";
|
||||||
|
label-locked-padding = 1;
|
||||||
|
|
||||||
|
label-sticky = "%{T7}●%{T-}";
|
||||||
|
label-sticky-foreground = "\${colors.fg}";
|
||||||
|
label-sticky-padding = 1;
|
||||||
|
|
||||||
|
label-private = "%{T7}●%{T-}";
|
||||||
|
label-private-foreground = "\${colors.fg}";
|
||||||
|
label-private-padding = 1;
|
||||||
|
|
||||||
|
label-marked = "%{T7}●%{T-}";
|
||||||
|
label-marked-foreground = "\${colors.fg}";
|
||||||
|
label-marked-padding = 1;
|
||||||
|
};
|
||||||
|
|
||||||
|
"module/mpd" = {
|
||||||
|
type = "internal/mpd";
|
||||||
|
interval = 1;
|
||||||
|
format-online = "<icon-prev><toggle><icon-next>";
|
||||||
|
format-stopped = "<icon-prev><toggle><icon-next>";
|
||||||
|
icon-play = "%{T7}▶%{T-}";
|
||||||
|
icon-play-foreground = "\${colors.fg}";
|
||||||
|
icon-play-padding = 1;
|
||||||
|
icon-pause = "%{T7}⏸%{T-}";
|
||||||
|
icon-pause-foreground = "\${colors.fg}";
|
||||||
|
icon-pause-padding = 1;
|
||||||
|
icon-prev = "%{T7}⏮%{T-}";
|
||||||
|
icon-prev-foreground = "\${colors.fg}";
|
||||||
|
icon-prev-padding = 1;
|
||||||
|
icon-next = "%{T7}⏭%{T-}";
|
||||||
|
icon-next-foreground = "\${colors.fg}";
|
||||||
|
icon-next-padding = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
"module/date" = {
|
"module/date" = {
|
||||||
type = "internal/date";
|
type = "internal/date";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
|
time = "%H:%M";
|
||||||
date = "%d-%m-%Y";
|
time-alt = "%a, %b %d %H:%M:%S";
|
||||||
time = "%H:%M:%S";
|
format = "%{T7}○%{T-} <label>";
|
||||||
|
format-foreground = "\${colors.fg}";
|
||||||
format-prefix = " ";
|
format-padding = 1;
|
||||||
format-prefix-foreground = "#88c0d0";
|
label = "%{T2}%time%%{T-}";
|
||||||
|
|
||||||
label = "%date% %time%";
|
|
||||||
};
|
|
||||||
|
|
||||||
"module/cpu" = {
|
|
||||||
type = "internal/cpu";
|
|
||||||
interval = 2;
|
|
||||||
format-prefix = " ";
|
|
||||||
format-prefix-foreground = "#a3be8c";
|
|
||||||
label = "%percentage:2%%";
|
|
||||||
};
|
|
||||||
|
|
||||||
"module/memory" = {
|
|
||||||
type = "internal/memory";
|
|
||||||
interval = 2;
|
|
||||||
format-prefix = " ";
|
|
||||||
format-prefix-foreground = "#b48ead";
|
|
||||||
label = "%percentage_used%%";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue