From 27fa51810e5c21e78db9eb2d0380fdfb7b4f9301 Mon Sep 17 00:00:00 2001 From: Julien Rouxel Date: Tue, 28 Nov 2023 09:18:17 +0100 Subject: [PATCH] dark is dark --- rc.lua | 6 ++++-- themes/powerarrow-dark/theme.lua | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/rc.lua b/rc.lua index a4bf8b5..253e3da 100644 --- a/rc.lua +++ b/rc.lua @@ -63,6 +63,8 @@ local function run_once(cmd_arr) end --run_once({ "picom -f -c", "unclutter -root" }) -- entries must be separated by commas +run_once({ "nm-applet"}) -- entries must be separated by commas + awful.spawn.easy_async(os.getenv("HOME") .. "/.fehbg") -- This function implements the XDG autostart specification @@ -298,10 +300,10 @@ globalkeys = my_table.join( -- Take a screenshot awful.key({}, "Print", function() - awful.spawn("flameshot full -p ~/Pictures/Screenshots") + awful.spawn("flameshot full -p ~/Images/Screenshots") end, { description = "Take a screenshot of all monitors", group = "hotkeys" }), awful.key({ modkey }, "Print", function() - awful.spawn("flameshot gui -p ~/Pictures/Screenshots") + awful.spawn("flameshot gui -p ~/Images/Screenshots") end, { description = "Take a screenshot with GUI", group = "hotkeys" }), -- X screen locker diff --git a/themes/powerarrow-dark/theme.lua b/themes/powerarrow-dark/theme.lua index 06dbcc1..c335122 100644 --- a/themes/powerarrow-dark/theme.lua +++ b/themes/powerarrow-dark/theme.lua @@ -23,8 +23,8 @@ theme.wallpaper = os.getenv("HOME") .. "/Images/wp10300105.jpg" theme.font = (xrdb.font_family or "JetBrainsMono Nerd Font") .. " " .. (xrdb.font_size or "10") theme.fg_normal = xrdb.foreground or "#DDDDFF" theme.fg_focus = xrdb.color4 or "#9A9FF1" -theme.fg_urgent = xrdb.background or "#011626" -theme.bg_normal = xrdb.background or "#011626" +--theme.fg_urgent = xrdb.background or "#000000" +theme.bg_normal = "#000000" theme.bg_focus = xrdb.color0 or "#213646" theme.bg_widget = theme.bg_normal theme.bg_widget_alt = theme.bg_focus @@ -462,7 +462,7 @@ function theme.at_screen_connect(s) -- Create the wibox -- s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(26, s), bg = "alpha", fg = theme.fg_normal }) - s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(26, s), bg = "#011626", fg = theme.fg_normal }) + s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(26, s), bg = "#000000", fg = theme.fg_normal }) -- Add widgets to the wibox s.mywibox:setup({