From 510ef8e178929cf5e0c7fd5a5120fecf5f1b79f2 Mon Sep 17 00:00:00 2001 From: delta Date: Tue, 5 Mar 2024 14:48:59 +0100 Subject: idk anymore --- .config/awesome/misc/cfg.lua | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to '.config/awesome/misc/cfg.lua') 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 -- cgit v1.2.3