From 68056dbddedcc80f9703f6c43a04369a3a9f7fa7 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 20 Aug 2020 00:25:45 +0200 Subject: [PATCH] theme update --- .config/awesome/rc.lua | 8 ++++---- .config/awesome/themes/hanez/theme.lua | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index e7176b34..93784b3b 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -152,7 +152,7 @@ myweather.attach(myweather.icon) local cpuwidget = awful.widget.graph() cpuwidget:set_width(100) -cpuwidget:set_background_color("#222222") +cpuwidget:set_background_color("#000000") cpuwidget:set_color({ type = "linear", from = { 0, 0 }, to = { 10,0 }, stops = { {0, "#FF5656"}, {0.5, "#88A175"}, {1, "#AECF96" }}}) vicious.register(cpuwidget, vicious.widgets.cpu, "$1") @@ -265,10 +265,10 @@ awful.screen.connect_for_each_screen(function(s) s.mytasklist, -- Middle widget { -- Right widgets layout = wibox.layout.fixed.horizontal, - netwidget, + --netwidget, cpuwidget, - batterywidget, - thermalwidget, + ---batterywidget, + --thermalwidget, myweather.icon, wibox.widget.systray(), mytextclock, diff --git a/.config/awesome/themes/hanez/theme.lua b/.config/awesome/themes/hanez/theme.lua index e6ff1415..8eb656b7 100644 --- a/.config/awesome/themes/hanez/theme.lua +++ b/.config/awesome/themes/hanez/theme.lua @@ -5,8 +5,8 @@ theme = {} theme.font = config.font_awesome.." "..config.font_awesome_size -theme.bg_normal = "#222222" -theme.bg_focus = "#222222" +theme.bg_normal = "#000000" +theme.bg_focus = "#000000" theme.bg_urgent = "#ff0000" theme.bg_minimize = "#444444" theme.bg_systray = theme.bg_normal @@ -57,7 +57,7 @@ theme.menu_width = 182 -- you wish and access them by using -- beautiful.variable in your rc.lua --theme.bg_widget = "#cc0000" -theme.titlebar_bg = "#1d224b" +theme.titlebar_bg = "#000000" theme.titlebar_close_button_normal = os.getenv("HOME").."/.config/awesome/themes/hanez/titlebar/close_normal.png" theme.titlebar_close_button_focus = os.getenv("HOME").."/.config/awesome/themes/hanez/titlebar/close_focus.png" theme.titlebar_ontop_button_normal_inactive = os.getenv("HOME").."/.config/awesome/themes/hanez/titlebar/ontop_normal_inactive.png"