Fuck with background, fuck with custom game mode widget.

master
josiah 4 years ago
parent a74c87530d
commit bb78ae2845

@ -105,7 +105,8 @@ theme.titlebar_maximized_button_focus_inactive = themes_path.."default/titlebar
theme.titlebar_maximized_button_normal_active = themes_path.."default/titlebar/maximized_normal_active.png"
theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png"
theme.wallpaper = themes_path.."default/background.png"
-- i edited this thing
theme.wallpaper = "~/.config/awesome/weeb-shit-2.jpg"
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"

@ -27,6 +27,9 @@ local battery_widget = require("awesome-wm-widgets.batteryarc-widget.batteryarc"
-- game mode import and customization
local game_widget = require("awesome-wm-widgets.demomode-widget.demomode")
-- screen RESOLUTION import and customization
local screen_widget = require("awesome-wm-widgets.gamemode-widget.gamemode")
-- {{{ Error handling
-- Check if awesome encountered an error during startup and fell back to
-- another config (This code will only ever execute for the fallback config)
@ -221,6 +224,7 @@ awful.screen.connect_for_each_screen(function(s)
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
game_widget,
screen_widget,
mykeyboardlayout,
wibox.widget.systray(),
mytextclock,

Loading…
Cancel
Save