aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/misc/cfg.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/misc/cfg.lua')
-rw-r--r--.config/awesome/misc/cfg.lua14
1 files changed, 4 insertions, 10 deletions
diff --git a/.config/awesome/misc/cfg.lua b/.config/awesome/misc/cfg.lua
index 05534b1..aceaa08 100644
--- a/.config/awesome/misc/cfg.lua
+++ b/.config/awesome/misc/cfg.lua
@@ -1,5 +1,4 @@
local awful = require "awful"
-local phosphor = require "assets.phosphor"
local cfg = {
terminal = "wezterm",
@@ -7,32 +6,27 @@ local cfg = {
{
layout = awful.layout.suit.floating,
selected = true,
- icon = phosphor.house_fill
},
{
layout = awful.layout.suit.floating,
- icon = phosphor.browser_fill
},
{
layout = awful.layout.suit.tile.left,
master_width_factor = 0.7,
- icon = phosphor.discord_logo_fill
},
{
layout = awful.layout.suit.tile.top,
master_width_factor = 0.2,
- icon = phosphor.spotify_logo_fill
},
{
layout = awful.layout.suit.tile.right,
- master_width_factor = 0.7,
- icon = phosphor.code_fill
+ -- master_width_factor = 0.7,
},
{
layout = awful.layout.suit.floating,
- icon = phosphor.game_controller_fill
- }
- }
+ },
+ },
+ backlight = "/sys/class/backlight/amdgpu_bl1/",
}
return cfg