ungarble
This commit is contained in:
parent
fbb8e6f357
commit
fd3d5a4844
@ -3,10 +3,6 @@ local map, sequence = require('lua.lib').map, require('lua.lib').sequence
|
|||||||
|
|
||||||
local hypr = Hyprland.get_default()
|
local hypr = Hyprland.get_default()
|
||||||
|
|
||||||
local map, sequence = require('lua.lib').map, require('lua.lib').sequence
|
|
||||||
|
|
||||||
local hypr = Hyprland.get_default()
|
|
||||||
|
|
||||||
local function workspace_row(start, stop)
|
local function workspace_row(start, stop)
|
||||||
return Widget.Box({
|
return Widget.Box({
|
||||||
children = map(sequence(start, stop), function(i)
|
children = map(sequence(start, stop), function(i)
|
||||||
|
Loading…
Reference in New Issue
Block a user