Skip to content

Commit

Permalink
possible need to reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomashighbaugh committed Nov 23, 2023
1 parent f2f6c4e commit 8a47d38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file added themes/assets/layouts/mstab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/assets/layouts/vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions ui/notifications/osd/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,11 @@ local first_B = true
awesome.connect_signal("signal::brightness", function(value)
if first_B then
first_B = false
else
icon.image = icons.brightness
bar.handle_color = beautiful.fg_normal
bar.bar_active_color = beautiful.fg_normal
bar.value = value
toggle_pop()
-- toggle_pop()
end
end)

Expand Down

0 comments on commit 8a47d38

Please sign in to comment.