awesome: new themes, use st and clock without date

This commit is contained in:
2025-09-19 23:30:09 +02:00
parent a1f90c79d6
commit ec87546913
3 changed files with 29 additions and 29 deletions

View File

@@ -88,7 +88,7 @@ local function switch_theme()
end end
-- This is used later as the default terminal and editor to run. -- This is used later as the default terminal and editor to run.
local terminal = "alacritty" local terminal = "st"
-- Default modkey. -- Default modkey.
local modkey = "Mod4" local modkey = "Mod4"
@@ -123,7 +123,7 @@ local mykeyboardlayout = awful.widget.keyboardlayout()
-- {{{ Wibar -- {{{ Wibar
-- Create a textclock widget -- 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 -- Create a wibox for each screen and add it
local taglist_buttons = gears.table.join( local taglist_buttons = gears.table.join(

View File

@@ -9,26 +9,26 @@ theme.font = "Fira Code Nerd Font 10"
theme.tasklist_disable_icon = true theme.tasklist_disable_icon = true
theme.wibar_height = 30 theme.wibar_height = 30
theme.bg_normal = "#293d38" -- hsl(165deg 20% 20%) theme.bg_normal = "#111c22" -- hsl(200 35% 10%)
theme.bg_focus = "#478575" -- hsl(165deg 30% 40%) theme.bg_focus = "#316781" -- hsl(200 45% 35%)
theme.bg_urgent = "#5c3d45" -- hsl(345deg 20% 30%) theme.bg_urgent = "#814c31" -- hsl(20 45% 35%)
theme.bg_minimize = "#363e49" -- hsl(215deg 15% 25%) theme.bg_minimize = "#454f54" -- hsl(200 10% 30%)
theme.bg_systray = theme.bg_normal 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_normal = "#73848c" -- hsl(200 10% 50%)
theme.fg_focus = "#b1babd" theme.fg_focus = "#abb5ba" -- hsl(200 10% 70%)
theme.fg_urgent = theme.bg_focus theme.fg_urgent = theme.bg_focus
theme.fg_minimize = "#8a9294" theme.fg_minimize = theme.fg_normal
theme.taglist_fg_empty = "#62847b" -- hsl(165deg 15% 45%)" theme.taglist_fg_empty = "#454f54" -- hsl(200 10% 30%)
theme.useless_gap = dpi(1) theme.useless_gap = dpi(1)
theme.border_width = dpi(2) theme.border_width = dpi(2)
theme.border_normal = "#708090" theme.border_normal = "#73848c" -- hsl(200 10% 50%)
theme.border_focus = "#a0522d" theme.border_focus = "#b25e34" -- hsl(20 55% 45%)
theme.border_marked = "#91231c" 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_font = theme.font
theme.hotkeys_description_font = theme.font theme.hotkeys_description_font = theme.font

View File

@@ -9,26 +9,26 @@ theme.font = "Fira Code Nerd Font 10"
theme.tasklist_disable_icon = true theme.tasklist_disable_icon = true
theme.wibar_height = 30 theme.wibar_height = 30
theme.bg_normal = "#293d38" -- hsl(165deg 20% 20%) theme.bg_normal = "#111c22" -- hsl(200 35% 10%)
theme.bg_focus = "#a9d6ca" -- hsl(165deg 35% 75%) theme.bg_focus = "#d0e3fb" -- hsl(214 85% 90%)
theme.bg_urgent = "#bc8f9b" -- hsl(345deg 25% 65%) theme.bg_urgent = "#f2d1a6" -- hsl(34 75% 80%)
theme.bg_minimize = "#62847b" -- hsl(165deg 15% 45%) theme.bg_minimize = "#8596ad" -- hsl(214 20% 60%)
theme.bg_systray = theme.bg_normal 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_normal = "#a9bcd6" -- hsl(214 35% 75%)
theme.fg_focus = "#363d3e" theme.fg_focus = "#454b54" -- hsl(214 10% 30%)
theme.fg_urgent = "#e9f2f5" theme.fg_urgent = "#70675c" -- hsl(34 10% 40%)
theme.fg_minimize = "#4b5456" theme.fg_minimize = "#70675c" -- hsl(34 10% 40%)
theme.taglist_fg_empty = "#62847b" -- hsl(165deg 15% 45%)" theme.taglist_fg_empty = theme.fg_minimize
theme.useless_gap = dpi(1) theme.useless_gap = dpi(1)
theme.border_width = dpi(2) theme.border_width = dpi(2)
theme.border_normal = "#bebebe" theme.border_normal = theme.bg_minimize
theme.border_focus = "#ff7f50" theme.border_focus = "#df8c20" -- hsl(34 75% 50%)
theme.border_marked = "#91231c" 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_font = theme.font
theme.hotkeys_description_font = theme.font theme.hotkeys_description_font = theme.font