From ec87546913a90ace1bc4c6619a77e38cd74c76ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Fri, 19 Sep 2025 23:30:09 +0200 Subject: [PATCH] awesome: new themes, use st and clock without date --- awesome/.config/awesome/rc.lua | 4 ++-- awesome/.config/awesome/theme_dark.lua | 26 +++++++++++------------ awesome/.config/awesome/theme_light.lua | 28 ++++++++++++------------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 07d1479..e4e5a1f 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -88,7 +88,7 @@ local function switch_theme() end -- This is used later as the default terminal and editor to run. -local terminal = "alacritty" +local terminal = "st" -- Default modkey. local modkey = "Mod4" @@ -123,7 +123,7 @@ local mykeyboardlayout = awful.widget.keyboardlayout() -- {{{ Wibar -- Create a textclock widget -local mytextclock = wibox.widget.textclock() +local mytextclock = wibox.widget.textclock('%H:%M ') -- Create a wibox for each screen and add it local taglist_buttons = gears.table.join( diff --git a/awesome/.config/awesome/theme_dark.lua b/awesome/.config/awesome/theme_dark.lua index 07ac542..5d0987f 100644 --- a/awesome/.config/awesome/theme_dark.lua +++ b/awesome/.config/awesome/theme_dark.lua @@ -9,26 +9,26 @@ theme.font = "Fira Code Nerd Font 10" theme.tasklist_disable_icon = true theme.wibar_height = 30 -theme.bg_normal = "#293d38" -- hsl(165deg 20% 20%) -theme.bg_focus = "#478575" -- hsl(165deg 30% 40%) -theme.bg_urgent = "#5c3d45" -- hsl(345deg 20% 30%) -theme.bg_minimize = "#363e49" -- hsl(215deg 15% 25%) +theme.bg_normal = "#111c22" -- hsl(200 35% 10%) +theme.bg_focus = "#316781" -- hsl(200 45% 35%) +theme.bg_urgent = "#814c31" -- hsl(20 45% 35%) +theme.bg_minimize = "#454f54" -- hsl(200 10% 30%) theme.bg_systray = theme.bg_normal -theme.tasklist_bg_focus = "#3d5c54" -- hsl(165deg 20% 30%) +theme.tasklist_bg_focus = "#1c3b4a" -- hsl(200 45% 20%) -theme.fg_normal = "#a9d6ca" -- hsl(165deg 35% 75%)" -theme.fg_focus = "#b1babd" +theme.fg_normal = "#73848c" -- hsl(200 10% 50%) +theme.fg_focus = "#abb5ba" -- hsl(200 10% 70%) theme.fg_urgent = theme.bg_focus -theme.fg_minimize = "#8a9294" -theme.taglist_fg_empty = "#62847b" -- hsl(165deg 15% 45%)" +theme.fg_minimize = theme.fg_normal +theme.taglist_fg_empty = "#454f54" -- hsl(200 10% 30%) theme.useless_gap = dpi(1) theme.border_width = dpi(2) -theme.border_normal = "#708090" -theme.border_focus = "#a0522d" -theme.border_marked = "#91231c" +theme.border_normal = "#73848c" -- hsl(200 10% 50%) +theme.border_focus = "#b25e34" -- hsl(20 55% 45%) +theme.border_marked = "#3488b2" -- hsl(200 55% 45%) -theme.bg_wallpaper = "#424a4c" +theme.bg_wallpaper = "#454f54" -- hsl(200 10% 30%) theme.hotkeys_font = theme.font theme.hotkeys_description_font = theme.font diff --git a/awesome/.config/awesome/theme_light.lua b/awesome/.config/awesome/theme_light.lua index 574e687..0244bba 100644 --- a/awesome/.config/awesome/theme_light.lua +++ b/awesome/.config/awesome/theme_light.lua @@ -9,26 +9,26 @@ theme.font = "Fira Code Nerd Font 10" theme.tasklist_disable_icon = true theme.wibar_height = 30 -theme.bg_normal = "#293d38" -- hsl(165deg 20% 20%) -theme.bg_focus = "#a9d6ca" -- hsl(165deg 35% 75%) -theme.bg_urgent = "#bc8f9b" -- hsl(345deg 25% 65%) -theme.bg_minimize = "#62847b" -- hsl(165deg 15% 45%) +theme.bg_normal = "#111c22" -- hsl(200 35% 10%) +theme.bg_focus = "#d0e3fb" -- hsl(214 85% 90%) +theme.bg_urgent = "#f2d1a6" -- hsl(34 75% 80%) +theme.bg_minimize = "#8596ad" -- hsl(214 20% 60%) theme.bg_systray = theme.bg_normal -theme.tasklist_bg_focus = "#8fbcb1" -- hsl(165deg 25% 65%) +theme.tasklist_bg_focus = "#a6c7f2" -- hsl(214 75% 80%) -theme.fg_normal = "#a9d6ca" -- hsl(165deg 35% 75%)" -theme.fg_focus = "#363d3e" -theme.fg_urgent = "#e9f2f5" -theme.fg_minimize = "#4b5456" -theme.taglist_fg_empty = "#62847b" -- hsl(165deg 15% 45%)" +theme.fg_normal = "#a9bcd6" -- hsl(214 35% 75%) +theme.fg_focus = "#454b54" -- hsl(214 10% 30%) +theme.fg_urgent = "#70675c" -- hsl(34 10% 40%) +theme.fg_minimize = "#70675c" -- hsl(34 10% 40%) +theme.taglist_fg_empty = theme.fg_minimize theme.useless_gap = dpi(1) theme.border_width = dpi(2) -theme.border_normal = "#bebebe" -theme.border_focus = "#ff7f50" -theme.border_marked = "#91231c" +theme.border_normal = theme.bg_minimize +theme.border_focus = "#df8c20" -- hsl(34 75% 50%) +theme.border_marked = "#2073df" -- hsl(214 75% 50%) -theme.bg_wallpaper = "#b0bec2" +theme.bg_wallpaper = theme.fg_normal theme.hotkeys_font = theme.font theme.hotkeys_description_font = theme.font