dark is dark

This commit is contained in:
Julien Rouxel
2023-11-28 09:18:17 +01:00
parent d845066e86
commit 27fa51810e
2 changed files with 7 additions and 5 deletions

6
rc.lua
View File

@@ -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

View File

@@ -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({