Skip to content

Commit

Permalink
add icons to Awesome menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
gmas committed Jan 11, 2016
1 parent cfc83ee commit b3c5d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions awesome/.config/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,12 @@ mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesom
{ "Pidgin", "/usr/bin/pidgin", iconPath .. "apps/pidgin.png"},
{ "Terminal", terminal, gnomeIconpath .. "apps/terminal.png" },
{ "File manager", "/usr/bin/pcmanfm", gnomeIconpath .. "apps/file-manager.png"},
{ "Chrome", "/usr/bin/chromium --incognito", iconPath .. "apps/chromium.png"},
{ "Chrome", "/usr/bin/google-chrome-stable --incognito --disable-gpu", iconPath .. "apps/google-chrome.png"},
{ "FireFox", "/usr/bin/firefox", iconPath .. "apps/firefox.png"},
{ "Spotify", "/usr/bin/spotify", iconPath .. "apps/spotify-client.png"},
{ "Equalizer", "qpaeq", gnomeIconpath .. "devices/audio-card.png"},
{ "Volume Control", "/usr/bin/pavucontrol", gnomeIconpath .. "apps/gnome-mixer.png"}
{ "Volume Control", "/usr/bin/pavucontrol", gnomeIconpath .. "apps/gnome-mixer.png"},
{ "Screen Shot", "/usr/bin/xfce4-screenshooter", iconPath .. "apps/xfce4-panel.png"}
}
})

Expand Down
2 changes: 1 addition & 1 deletion awesome/.xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ xscreensaver -nosplash &
/usr/bin/dropboxd &
/usr/bin/blueman-applet &
~/scripts/monitor.sh left &
exec /usr/bin/awesome
exec awesome

0 comments on commit b3c5d6e

Please sign in to comment.