From 17b3be749cb35cb1389e10b310422ed47f96de4e Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 10 Apr 2017 18:35:47 +0200 Subject: [PATCH] small changes and enhancements --- .config/awesome/mymainmenu.lua | 2 +- .config/awesome/rc.lua | 2 +- .config/awesome/themes/hanez/theme.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/awesome/mymainmenu.lua b/.config/awesome/mymainmenu.lua index c61bb53c..cc22c99a 100644 --- a/.config/awesome/mymainmenu.lua +++ b/.config/awesome/mymainmenu.lua @@ -4,7 +4,7 @@ accessoriesmenu = { { "engrampa", "/usr/bin/engrampa", "/usr/share/icons/hicolor/32x32/apps/engrampa.png" }, { "ghex", "/usr/bin/ghex ", "/usr/share/icons/hicolor/48x48/apps/ghex.png" }, { "gnu privacy agent", "/usr/bin/gpa", "/usr/share/pixmaps/gpa.png" }, - { "gscriptor", "/usr/bin/gscriptor", "/usr/share/icons/hicolor/48x48/categories/applications-other.png" }, + { "gscriptor", "/usr/bin/gscriptor", "/usr/share/icons/hicolor/48x48/apps/gcr-smart-card.png" }, { "gvim", "/usr/bin/gvim", "/usr/share/icons/hicolor/48x48/apps/gvim.png" }, { "kleopatra", "/usr/bin/kleopatra", "/usr/share/icons/hicolor/48x48/apps/kleopatra.png" }, { "pluma", "/usr/bin/pluma", "/usr/share/icons/Adwaita/48x48/apps/accessories-text-editor.png" }, diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 83fa12c7..d955c6a7 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -79,7 +79,7 @@ end tags = {} for s = 1, screen.count() do - tags[s] = awful.tag({ 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s, layouts[1]) + tags[s] = awful.tag({ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'A', 'B', 'C', 'D' }, s, layouts[1]) end -- Include the mainmenu from external file to make customisation easier diff --git a/.config/awesome/themes/hanez/theme.lua b/.config/awesome/themes/hanez/theme.lua index 82a31714..e97ccce9 100644 --- a/.config/awesome/themes/hanez/theme.lua +++ b/.config/awesome/themes/hanez/theme.lua @@ -46,7 +46,7 @@ theme.taglist_squares_unsel = "~/.config/awesome/themes/hanez/taglist/squarew.pn -- menu_[border_color|border_width] theme.menu_submenu_icon = theme.icon_path.."actions/media-playback-start.png" theme.menu_height = 22 -theme.menu_width = 162 +theme.menu_width = 182 -- You can add as many variables as -- you wish and access them by using