Redesign Eww bars
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
width = "400";
|
||||
scale = "0";
|
||||
origin = "top-right";
|
||||
offset = "4x40";
|
||||
offset = "${config.colorScheme.colors.gaps-bar}x${config.colorScheme.colors.gaps-screen}";
|
||||
notification_limit = "0";
|
||||
progress_bar = "true";
|
||||
progress_bar_height = "10";
|
||||
@ -44,8 +44,8 @@
|
||||
max_icon_size = 64;
|
||||
|
||||
icon_path =
|
||||
"/usr/share/icons/gnome/128x128/status/:/usr/share/icons/gnome/128x128/devices/";
|
||||
icon_theme = "Papirus, Adwaita";
|
||||
"${pkgs.tela-circle-icon-theme}/share/icons/Tela-circle-dark/32/status:${pkgs.tela-circle-icon-theme}/share/icons/Tela-circle-dark/32/device ";
|
||||
icon_theme = "Tela-circle-dark";
|
||||
enable_recursive_icon_lookup = "true";
|
||||
|
||||
sticky_history = "yes";
|
||||
@ -56,7 +56,7 @@
|
||||
always_run_script = "true";
|
||||
title = "Dunst";
|
||||
class = "Dunst";
|
||||
corner_radius = "10";
|
||||
corner_radius = "${config.colorScheme.colors.border-radius}";
|
||||
ignore_dbusclose = "false";
|
||||
layer = "top";
|
||||
force_xwayland = "true";
|
||||
|
Reference in New Issue
Block a user