Testing lazygit x ssh interaction
This commit is contained in:
parent
88f5a8abd2
commit
5fd81600ea
4 changed files with 55 additions and 53 deletions
|
@ -1,4 +1,4 @@
|
|||
Lain
|
||||
Lina
|
||||
====
|
||||
|
||||
.. image:: https://github.com/lcpz/lain/actions/workflows/main.yml/badge.svg
|
||||
|
@ -11,6 +11,8 @@ Layouts, widgets and utilities for Awesome WM 4.x
|
|||
:Version: git
|
||||
:License: GNU-GPL2_
|
||||
:Source: https://github.com/lcpz/lain
|
||||
:Forked by: Adam
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
@ -26,7 +28,7 @@ If you want to create a pull request, make sure that:
|
|||
|
||||
- Your code fits with the general style of the module. In particular, you should use the same indentation pattern that the code uses, and also avoid adding space at the ends of lines.
|
||||
|
||||
- Your code its easy to understand, maintainable, and modularized. You should also avoid code duplication wherever possible by adding functions to or using lain.helpers_. If something is unclear, or you can not write it in such a way that it will be clear, explain it with a comment.
|
||||
- Your code its easy to understand, maintainable, and modularized. You should also avoid code duplication wherever possible by adding functions to or using lina.helpers_. If something is unclear, or you can not write it in such a way that it will be clear, explain it with a comment.
|
||||
|
||||
- You test your changes before submitting to make sure that your code works and does not break other parts of the module.
|
||||
|
||||
|
@ -37,4 +39,4 @@ Contributed widgets have to be put in ``widget/contrib``.
|
|||
.. _GNU-GPL2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
.. _awesome-vain: https://github.com/vain/awesome-vain
|
||||
.. _Awesome: https://github.com/awesomeWM/awesome
|
||||
.. _lain.helpers: https://github.com/lcpz/lain/blob/master/helpers.lua
|
||||
.. _lina.helpers: https://github.com/lcpz/lina/blob/master/helpers.lua
|
||||
|
|
6
init.lua
6
init.lua
|
@ -9,7 +9,7 @@
|
|||
--]]
|
||||
|
||||
return {
|
||||
layout = require("lain.layout"),
|
||||
util = require("lain.util"),
|
||||
widget = require("lain.widget")
|
||||
layout = require("lina.layout"),
|
||||
util = require("lina.util"),
|
||||
widget = require("lina.widget")
|
||||
}
|
||||
|
|
|
@ -1,57 +1,57 @@
|
|||
rockspec_format = "3.0"
|
||||
package = "lain"
|
||||
package = "lina"
|
||||
version = "scm-1"
|
||||
source = {
|
||||
url = "git+https://github.com/lcpz/lain.git"
|
||||
url = "git+https://github.com/lcpz/lina.git",
|
||||
}
|
||||
description = {
|
||||
summary = "Layout, widgets and utilities for Awesome WM",
|
||||
detailed = "Alternative layouts, asynchronous widgets and utility functions for Awesome WM. Non-Lua dependency: curl (for IMAP, MPD and weather widgets).",
|
||||
homepage = "https://github.com/lcpz/lain",
|
||||
issues_url = "https://github.com/lcpz/lain/issues",
|
||||
maintainer = "Luca Cpz",
|
||||
license = "GPL2"
|
||||
summary = "Layout, widgets and utilities for Awesome WM",
|
||||
detailed = "Alternative layouts, asynchronous widgets and utility functions for Awesome WM. Non-Lua dependency: curl (for IMAP, MPD and weather widgets).",
|
||||
homepage = "https://github.com/lcpz/lina",
|
||||
issues_url = "https://github.com/lcpz/lina/issues",
|
||||
maintainer = "Luca Cpz",
|
||||
license = "GPL2",
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.3",
|
||||
"dkjson >= 2.6-1"
|
||||
"lua >= 5.3",
|
||||
"dkjson >= 2.6-1",
|
||||
}
|
||||
supported_platforms = { "linux" }
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
["lain"] = "init.lua",
|
||||
["lain.helpers"] = "helpers.lua",
|
||||
["lain.layout"] = "layout/init.lua",
|
||||
["lain.layout.cascade"] = "layout/cascade.lua",
|
||||
["lain.layout.centerwork"] = "layout/centerwork.lua",
|
||||
["lain.layout.termfair"] = "layout/termfair.lua",
|
||||
["lain.util"] = "util/init.lua",
|
||||
-- ["lain.util.dkjson"] = "util/dkjson.lua", -- RESOLVED BY DEPENDENCY TO dkjson
|
||||
["lain.util.markup"] = "util/markup.lua",
|
||||
["lain.util.menu_iterator"] = "util/menu_iterator.lua",
|
||||
["lain.util.quake"] = "util/quake.lua",
|
||||
["lain.util.separators"] = "util/separators.lua",
|
||||
["lain.widget"] = "widget/init.lua",
|
||||
["lain.widget.contrib"] = "widget/contrib/init.lua",
|
||||
["lain.widget.contrib.moc"] = "widget/contrib/moc.lua",
|
||||
["lain.widget.contrib.redshift"] = "widget/contrib/redshift.lua",
|
||||
["lain.widget.contrib.task"] = "widget/contrib/task.lua",
|
||||
["lain.widget.contrib.tp_smapi"] = "widget/contrib/tp_smapi.lua",
|
||||
["lain.widget.alsa"] = "widget/alsa.lua",
|
||||
["lain.widget.alsabar"] = "widget/alsabar.lua",
|
||||
["lain.widget.bat"] = "widget/bat.lua",
|
||||
["lain.widget.cal"] = "widget/cal.lua",
|
||||
["lain.widget.cpu"] = "widget/cpu.lua",
|
||||
["lain.widget.fs"] = "widget/fs.lua",
|
||||
["lain.widget.imap"] = "widget/imap.lua",
|
||||
["lain.widget.mem"] = "widget/mem.lua",
|
||||
["lain.widget.mpd"] = "widget/mpd.lua",
|
||||
["lain.widget.net"] = "widget/net.lua",
|
||||
["lain.widget.pulse"] = "widget/pulse.lua",
|
||||
["lain.widget.pulsebar"] = "widget/pulsebar.lua",
|
||||
["lain.widget.sysload"] = "widget/sysload.lua",
|
||||
["lain.widget.temp"] = "widget/temp.lua",
|
||||
["lain.widget.weather"] = "widget/weather.lua"
|
||||
}
|
||||
type = "builtin",
|
||||
modules = {
|
||||
["lina"] = "init.lua",
|
||||
["lina.helpers"] = "helpers.lua",
|
||||
["lina.layout"] = "layout/init.lua",
|
||||
["lina.layout.cascade"] = "layout/cascade.lua",
|
||||
["lina.layout.centerwork"] = "layout/centerwork.lua",
|
||||
["lina.layout.termfair"] = "layout/termfair.lua",
|
||||
["lina.util"] = "util/init.lua",
|
||||
-- ["lina.util.dkjson"] = "util/dkjson.lua", -- RESOLVED BY DEPENDENCY TO dkjson
|
||||
["lina.util.markup"] = "util/markup.lua",
|
||||
["lina.util.menu_iterator"] = "util/menu_iterator.lua",
|
||||
["lina.util.quake"] = "util/quake.lua",
|
||||
["lina.util.separators"] = "util/separators.lua",
|
||||
["lina.widget"] = "widget/init.lua",
|
||||
["lina.widget.contrib"] = "widget/contrib/init.lua",
|
||||
["lina.widget.contrib.moc"] = "widget/contrib/moc.lua",
|
||||
["lina.widget.contrib.redshift"] = "widget/contrib/redshift.lua",
|
||||
["lina.widget.contrib.task"] = "widget/contrib/task.lua",
|
||||
["lina.widget.contrib.tp_smapi"] = "widget/contrib/tp_smapi.lua",
|
||||
["lina.widget.alsa"] = "widget/alsa.lua",
|
||||
["lina.widget.alsabar"] = "widget/alsabar.lua",
|
||||
["lina.widget.bat"] = "widget/bat.lua",
|
||||
["lina.widget.cal"] = "widget/cal.lua",
|
||||
["lina.widget.cpu"] = "widget/cpu.lua",
|
||||
["lina.widget.fs"] = "widget/fs.lua",
|
||||
["lina.widget.imap"] = "widget/imap.lua",
|
||||
["lina.widget.mem"] = "widget/mem.lua",
|
||||
["lina.widget.mpd"] = "widget/mpd.lua",
|
||||
["lina.widget.net"] = "widget/net.lua",
|
||||
["lina.widget.pulse"] = "widget/pulse.lua",
|
||||
["lina.widget.pulsebar"] = "widget/pulsebar.lua",
|
||||
["lina.widget.sysload"] = "widget/sysload.lua",
|
||||
["lina.widget.temp"] = "widget/temp.lua",
|
||||
["lina.widget.weather"] = "widget/weather.lua",
|
||||
},
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ local sqrt = math.sqrt
|
|||
local pairs = pairs
|
||||
local client = client
|
||||
local tonumber = tonumber
|
||||
local wrequire = require("lain.helpers").wrequire
|
||||
local wrequire = require("lina.helpers").wrequire
|
||||
local setmetatable = setmetatable
|
||||
|
||||
-- Lain utilities submodule
|
||||
|
|
Loading…
Add table
Reference in a new issue