style: use more succint names where possible

pull/1/head
anemofilia 2023-08-14 18:15:19 -03:00
parent c3186bbfb8
commit 72b376ca1f
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
3 changed files with 19 additions and 18 deletions

View File

@ -56,7 +56,7 @@ end)
-- {{{ Variable definitions -- {{{ Variable definitions
-- @DOC_LOAD_THEME@ -- @DOC_LOAD_THEME@
-- Themes define colours, icons, font and wallpapers. -- Themes define colours, icons, font and wallpapers.
beautiful.init(gears.filesystem.get_dir("config").."/themes/current-theme.lua") beautiful.init(gears.filesystem.get_dir("config").."/themes/current.lua")
local theme = beautiful.get() local theme = beautiful.get()
-- @DOC_DEFAULT_APPLICATIONS@ -- @DOC_DEFAULT_APPLICATIONS@

View File

@ -1 +1,2 @@
function fish_greeting
end

View File

@ -202,12 +202,12 @@
(simple-service 'xdg-configuration-files-service (simple-service 'xdg-configuration-files-service
home-xdg-configuration-files-service-type home-xdg-configuration-files-service-type
`(("awesome/rc.lua" ,file:awesome-config) `(("awesome/rc.lua" ,file:awesome-config)
("awesome/themes/current-theme.lua" ,file:awesome-theme) ("awesome/themes/current.lua" ,file:awesome-theme)
("emacs/init.el" ,file:emacs-init) ("emacs/init.el" ,file:emacs-init)
("emacs/theme.el" ,file:emacs-theme) ("emacs/theme.el" ,file:emacs-theme)
("fish/fish_variables" ,file:fish-variables) ("fish/fish_variables" ,file:fish-variables)
("fish/functions/fish_greeting.fish" ,file:fish-greeting) ("fish/functions/greeting.fish" ,file:fish-greeting)
("fish/functions/fish_prompt.fish" ,file:fish-prompt) ("fish/functions/prompt.fish" ,file:fish-prompt)
("git/config" ,file:git-config) ("git/config" ,file:git-config)
("infokeys" ,file:info-keys) ("infokeys" ,file:info-keys)
("kak/kakrc" ,file:kak-config) ("kak/kakrc" ,file:kak-config)