From 0fb570e2e2b70ff4dae1273a2a78a3b5f3e8fe76 Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 8 Mar 2014 23:30:29 -0500 Subject: fix file locations --- .config/awesome/rc.lua | 44 +++++++++++++++++--------------------------- 1 file changed, 17 insertions(+), 27 deletions(-) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 132d702..195c90d 100755 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -138,10 +138,10 @@ awesomemenu = { gfx_settings = { {"view","bash "..home.."/code/bash/gfx-status.sh"}, {"░░▒▒▓▓████▓▓▒▒░░"}, - {"switch to ati","bash "..home.."/code/bash/gfx-radeon.sh"}, - {"switch to intel","bash "..home.."/code/bash/gfx-intel.sh"}, - {"power off unused","bash "..home.."/code/bash/gfx-off.sh"}, - {"power on unused","bash "..home.."/code/bash/gfx-on.sh"}, + {"switch to ati","bash "..home.."/code/sys/gfx-radeon.sh"}, + {"switch to intel","bash "..home.."/code/sys/gfx-intel.sh"}, + {"power off unused","bash "..home.."/code/sys/gfx-off.sh"}, + {"power on unused","bash "..home.."/code/sys/gfx-on.sh"}, } prefs = { {"awesome", awesomemenu, beautiful.awesome_icon}, @@ -215,29 +215,20 @@ applications = { {"accessories", accessories}, } fun_scripts = { - {"blocks", term_exec.."bash "..home.."/fun/blocks"}, - {"colors", term_exec.."bash "..home.."/fun/colors"}, - {"colorscheme", term_exec.."bash "..home.."/fun/colorscheme"}, - {"dna", term_exec.."bash "..home.."/fun/dna"}, - {"dna1", term_exec.."bash "..home.."/fun/dna1"}, - {"faces", term_exec.."bash "..home.."/fun/faces"}, - {"ghosts", term_exec.."bash "..home.."/fun/ghosts"}, - {"hax0r", term_exec.."lua "..home.."/fun/2spooky.lua"}, - {"invaders", term_exec.."bash "..home.."/fun/invaders"}, - {"lines", term_exec.."bash "..home.."/fun/lines"}, + {"colors", term_exec.."bash "..home.."/code/fun/colors"}, + {"colorscheme", term_exec.."bash "..home.."/code/fun/colorscheme"}, + {"dna", term_exec.."bash "..home.."/code/fun/dna"}, + {"ghosts", term_exec.."bash "..home.."/code/fun/ghosts"}, + {"hax0r", term_exec.."lua "..home.."/code/fun/2spooky.lua"}, + {"invaders", term_exec.."bash "..home.."/code/fun/invaders"}, {"matrix", term_exec.."cmatrix"}, - {"pacman", term_exec.."bash "..home.."/fun/pacman"}, - {"pipes", term_exec.."bash "..home.."/fun/pipes"}, - {"pipesx", term_exec.."bash "..home.."/fun/pipesx"}, - {"rain", term_exec.."bash "..home.."/fun/rain"}, - {"rallyx", term_exec.."bash "..home.."/fun/rallyx"}, - {"rectangles", term_exec.."bash "..home.."/fun/rectangles"}, - {"screenfetch", term_exec.."bash "..home.."/fun/screenfetch"}, - {"skull", term_exec.."bash "..home.."/fun/skull"}, - {"slendy", term_exec.."bash "..home.."/fun/slendy"}, - {"tanks", term_exec.."bash "..home.."/fun/tanks"}, - {"tux", term_exec.."bash "..home.."/fun/tux"}, - {"xrally", term_exec.."bash "..home.."/fun/xrally"}, + {"pacman", term_exec.."bash "..home.."/code/fun/pacman"}, + {"pipes", term_exec.."bash "..home.."/code/fun/pipes"}, + {"pipesx", term_exec.."bash "..home.."/code/fun/pipesx"}, + {"rain", term_exec.."bash "..home.."/code/fun/rain"}, + {"screenfetch", term_exec.."bash "..home.."/code/fun/screenfetch"}, + {"skull", term_exec.."bash "..home.."/code/fun/skull"}, + {"slendy", term_exec.."bash "..home.."/code/fun/slendy"}, } climenu = { {"$ terminal", terminal}, @@ -268,7 +259,6 @@ mymainmenu = awful.menu({ {"preferences", prefs}, {"system", systemmenu}, {"░░▒▒▓▓███▓▓▒▒░░"}, - -- {"lock screen", locker}, {"exit menu", exiter} }, width = 250 -- cgit v1.2.1