Fix some more bugs related to the new icon implementation

This commit is contained in:
Rene
2022-08-03 04:19:42 +02:00
parent 2422b9a07f
commit 535c763a30
40 changed files with 152 additions and 263 deletions

View File

@@ -10,11 +10,12 @@ local awful = require("awful")
local beautiful = require("beautiful")
local gears = require("gears")
require("src.theme.user_config")
require("src.theme.theme_config")
Theme_path = awful.util.getdir("config") .. "/src/theme/"
Theme = {}
--dofile(Theme_path .. "theme_config.lua")
-- Default font, change it in user_config, not here.
Theme.font = User_config.font.bold

View File

@@ -446,6 +446,7 @@ Theme_config.application_launcher = {
border_color_active = color["Purple200"],
border_width = dpi(2),
bg = "#313131",
fg = color["Grey100"],
hover_bg = color["Grey700"],
},
searchbar = {

View File

@@ -20,7 +20,7 @@ User_config = {
"picom --experimental-backends",
"xfce4-power-manager",
"light-locker --lock-on-suspend --lock-on-lid &",
"flatpak run com.spotify.Client",
"spotify",
"discord",
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1",
"setxkbmap -option caps:swapescape",
@@ -66,9 +66,9 @@ User_config = {
--[[
Dock program size in dpi.
Example:
dock_size = dpi(50)
dock_size = dpi(48)
]] --
dock_icon_size = dpi(50),
dock_icon_size = dpi(64),
--[[
Add your programs to the dock. You need to provide the name of the .desktop file
@@ -84,7 +84,7 @@ User_config = {
"com.brave.Browser.desktop",
"steam.desktop",
"discord.desktop",
"com.spotify.Client.desktop",
"spotify.desktop",
"code.desktop",
"arduino-arduinoide.desktop",
"us.zoom.Zoom.desktop",