Skip to content

Commit

Permalink
Fixing some small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rklyz committed Sep 25, 2022
1 parent 5709a9f commit 1e7c909
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 410 deletions.
2 changes: 1 addition & 1 deletion conf/awesome/misc/bar/clock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local clock = wibox.widget.textbox()
clock.font = "Roboto Medium 14"

gears.timer {
timeout = 60,
timeout = 30,
autostart = true,
call_now = true,
callback = function()
Expand Down
2 changes: 1 addition & 1 deletion conf/awesome/misc/bar/tag.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local function update_tag(item, tag, index)
elseif #tag:clients() > 0 then
item:get_children_by_id("tag")[1].markup = "<span foreground='"..beautiful.fg.."'>◇</span>"
else
item:get_children_by_id("tag")[1].markup = "<span foreground='"..beautiful.black.."'>◇</span>"
item:get_children_by_id("tag")[1].markup = "<span foreground='"..beautiful.bg_alt.."'>◇</span>"
end
end

Expand Down
46 changes: 0 additions & 46 deletions conf/awesome/misc/lockscreen/clock.lua

This file was deleted.

31 changes: 0 additions & 31 deletions conf/awesome/misc/lockscreen/create_buttons.lua

This file was deleted.

77 changes: 0 additions & 77 deletions conf/awesome/misc/lockscreen/init.lua

This file was deleted.

18 changes: 0 additions & 18 deletions conf/awesome/misc/lockscreen/powerbutton.lua

This file was deleted.

47 changes: 0 additions & 47 deletions conf/awesome/misc/lockscreen/profile.lua

This file was deleted.

13 changes: 0 additions & 13 deletions conf/awesome/misc/popup/brightness_popup.lua

This file was deleted.

2 changes: 0 additions & 2 deletions conf/awesome/misc/popup/init.lua

This file was deleted.

88 changes: 0 additions & 88 deletions conf/awesome/misc/popup/popup.lua

This file was deleted.

26 changes: 0 additions & 26 deletions conf/awesome/misc/popup/volume_popup.lua

This file was deleted.

Loading

0 comments on commit 1e7c909

Please sign in to comment.