mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-02-26 06:55:52 +08:00
Clean up and small keybind fixes
This commit is contained in:
parent
9e9ab89a27
commit
8417842a9d
5 changed files with 8 additions and 9 deletions
|
|
@ -128,8 +128,6 @@ apps.scratchpad = function()
|
|||
end
|
||||
|
||||
-- Screenshots
|
||||
-- TODO: notification action buttons
|
||||
-- https://github.com/awesomeWM/awesome/issues/3017
|
||||
local capture_notif = nil
|
||||
local screenshot_notification_app_name = "screenshot"
|
||||
function apps.screenshot(action, delay)
|
||||
|
|
|
|||
|
|
@ -417,7 +417,6 @@ local function create_url_petal(text, bg_color, hover_color, url, tl, tr, br, bl
|
|||
end
|
||||
|
||||
-- Create the containers
|
||||
-- TODO give url / command to launch
|
||||
local petal_top_left = create_url_petal("GH", x.color4, x.color12, "https://github.com/elenapan/dotfiles", true, true, false, true)
|
||||
local petal_top_right = create_url_petal("YT", x.color1, x.color9, "https://youtube.com/", true, true, true, false)
|
||||
local petal_bottom_right = create_url_petal("4C", x.color2, x.color10, "https://4chan.org/",false, true, true, true)
|
||||
|
|
|
|||
|
|
@ -219,7 +219,11 @@ local search = wibox.widget{
|
|||
{
|
||||
{
|
||||
search_icon,
|
||||
search_text,
|
||||
{
|
||||
search_text,
|
||||
bottom = dpi(2),
|
||||
widget = wibox.container.margin
|
||||
},
|
||||
layout = wibox.layout.fixed.horizontal
|
||||
},
|
||||
left = dpi(15),
|
||||
|
|
|
|||
|
|
@ -509,9 +509,9 @@ keys.globalkeys = gears.table.join(
|
|||
awful.spawn.with_shell("pomodoro")
|
||||
end,
|
||||
{description = "pomodoro", group = "launcher"}),
|
||||
-- Spawn ranger in a terminal
|
||||
awful.key({ superkey }, "F2", function() awful.spawn(user.terminal .. " -e ranger") end,
|
||||
{description = "ranger", group = "launcher"}),
|
||||
-- Spawn file manager
|
||||
awful.key({ superkey }, "F2", apps.file_manager,
|
||||
{description = "file manager", group = "launcher"}),
|
||||
-- Spawn music client
|
||||
awful.key({ superkey }, "F3", apps.music,
|
||||
{description = "music client", group = "launcher"}),
|
||||
|
|
|
|||
|
|
@ -101,8 +101,6 @@ local eye = wibox.widget {
|
|||
widget = wibox.container.background()
|
||||
}
|
||||
|
||||
-- TODO arcs for smiling eyes
|
||||
|
||||
-- 2 eyes 1 semicircle (smile or frown)
|
||||
local face = wibox.widget {
|
||||
eye,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue