1
0
Fork 0

[AWESOME] Add arc theme

This commit is contained in:
Florian RICHER 2022-01-10 22:23:52 +01:00
parent 1a646d51c9
commit 093036ff27
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@ awful.screen.connect_for_each_screen(function(s)
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
mpris_widget(),
volume_widget(),
volume_widget({ widget_type = 'arc' }),
cpu_widget({ width = 40 }),
ram_widget(),
net_speed_widget(),

View file

@ -6,7 +6,7 @@ if [[ "$WINDOW_MANAGER" == 'awesome' ]]; then
echo '[INFO] Awesome installed'
if [[ "$WITH_WINDOW_MANAGER_DEPENDENCIES" == 'yes' ]]; then
install_package alacritty rofi playerctl
install_package alacritty rofi playerctl arc-icon-theme
fi
else
echo '[INFO] Awesome already installed'