general improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(
|
||||
max_notifications: 0,
|
||||
timeout: 10000,
|
||||
timeout: 5000,
|
||||
|
||||
zero_timeout_behavior: NeverExpire,
|
||||
|
||||
@@ -52,10 +52,10 @@
|
||||
params: NotificationBlock((
|
||||
monitor: 0,
|
||||
border_width: 2.0,
|
||||
border_rounding: 2.0,
|
||||
border_rounding: 4.0,
|
||||
//background_color: Color(r: 0.15686, g: 0.15686, b: 0.15686, a: 1.0),
|
||||
background_color: Color(hex: "#141c21"),
|
||||
border_color: Color(hex: "#93a1a1"),
|
||||
border_color: Color(hex: "#141c21"),
|
||||
border_color_low: Color(hex: "#282828"),
|
||||
border_color_critical: Color(hex: "#fb4934"),
|
||||
border_color_paused: Color(hex: "#fabd2f"),
|
||||
@@ -92,10 +92,10 @@
|
||||
text: "%s",
|
||||
font: "JetBrainsMonoNL Nerd Font Mono 11",
|
||||
ellipsize: Middle,
|
||||
color: Color(hex: "#d6c4c4"),
|
||||
color: Color(hex: "#98a6a6"),
|
||||
color_hovered: Color(hex: "#fbf1c7"),
|
||||
padding: Padding(left: 7.0, right: 7.0, top: 7.0, bottom: 0.0),
|
||||
dimensions: (width: (min: 50, max: 150), height: (min: 0, max: 0)),
|
||||
padding: Padding(left: 14.0, right: 14.0, top: 10.0, bottom: 4.0),
|
||||
dimensions: (width: (min: 0, max: 150), height: (min: 0, max: 0)),
|
||||
)),
|
||||
),
|
||||
|
||||
@@ -110,8 +110,8 @@
|
||||
font: "JetBrainsMonoNL Nerd Font Mono 10",
|
||||
color: Color(hex: "#93a1a1"),
|
||||
color_hovered: Color(hex: "#d6c4c4"),
|
||||
padding: Padding(left: 7.0, right: 7.0, top: 3.0, bottom: 7.0),
|
||||
width: (min: 150, max: 250),
|
||||
padding: Padding(left: 14.0, right: 14.0, top: 4.0, bottom: 10.0),
|
||||
width: (min: 0, max: 450),
|
||||
scroll_speed: 0.1,
|
||||
lhs_dist: 35.0,
|
||||
rhs_dist: 35.0,
|
||||
|
||||
Reference in New Issue
Block a user