summaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-04-23 20:26:01 -0500
committerzachir <zachir@librem.one>2023-04-23 20:26:01 -0500
commit0ffcb340ad932765f3d148a58f85891012fb6b50 (patch)
tree8ba09743fc033bebb3226379e07ef3dfdabd3f9e /awesome
parenta69e9ab07f98781863c9e1d0316785efa1b0fe46 (diff)
parent6f9af3bf5f0e8497d44ff6b7871815d3d57a877f (diff)
Merge branch 'master' of zachir.xyz:zachir/dotfiles into awesome-bling
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua3
-rw-r--r--awesome/themes/default/theme.lua6
2 files changed, 5 insertions, 4 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index bbdcfce..7ae5a5e 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -15,7 +15,6 @@ local naughty = require("naughty")
package.loaded["naughty.dbus"] = {}
local menubar = require("menubar")
local hotkeys_popup = require("awful.hotkeys_popup")
-local bling = require("bling")
-- Enable hotkeys help widget for VIM and other apps
-- when client with a matching name is opened:
require("awful.hotkeys_popup.keys")
@@ -60,6 +59,7 @@ beautiful.init(theme.dir .. "/theme.lua")
beautiful.useless_gap = 5
beautiful.wallpaper = awful.util.get_configuration_dir() .. "../../background.png"
font = beautiful.font or "mononoki Nerd Font Mono 18"
+local bling = require("bling")
-- Widget definitions/initializations
@@ -901,6 +901,7 @@ awful.rules.rules = {
{ rule_any = {
class = {
"QjackCtl",
+ "Tk",
"gcr-prompter"
}
},
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua
index 221e0d0..0d8b7b8 100644
--- a/awesome/themes/default/theme.lua
+++ b/awesome/themes/default/theme.lua
@@ -15,8 +15,8 @@ theme.font = "mononoki Nerd Font Mono 18"
theme.font2 = "mononoki Nerd Font Mono 12"
theme.bg_normal = "#000000"
-theme.bg_focus = "#39c1ed"
-theme.bg_accent = "#198844"
+theme.bg_focus = "#198844"
+theme.bg_accent = "#555555"
theme.bg_urgent = "#ff0000"
theme.bg_minimize = "#444444"
theme.bg_systray = theme.bg_focus
@@ -138,7 +138,7 @@ You might just want to copy that whole part into your theme.lua and start adjust
--]]
-- LuaFormatter off
-- window swallowing
-theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris" } -- list of class names that should not be swallowed
+theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris", "VirtualBox Manager", "VirtualBox Machine" } -- list of class names that should not be swallowed
theme.dont_swallow_filter_activated = true -- whether the filter above should be active
-- flash focus