diff options
Diffstat (limited to '')
-rw-r--r-- | pkgs/astal/src/shell.lua (renamed from pkgs/astal/src/init.lua) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/astal/src/init.lua b/pkgs/astal/src/shell.lua index 5bdfb03..c370349 100644 --- a/pkgs/astal/src/init.lua +++ b/pkgs/astal/src/shell.lua @@ -1,4 +1,3 @@ -local astal = require("astal") local App = require("astal.gtk3.app") local lib = require("lib") @@ -7,6 +6,7 @@ local Corners = require("widget.corners") local Deck = require("widget.deck") App:start({ + instance_name = "shell", css = lib.src("main.css"), main = function() for _, mon in pairs(App.monitors) do |