commit fb904725692f562d2edd95859946391ad72a2c3e
parent c9c887f0c5455918921066b62091f4946c1fc802
Author: dudley <pyratebeard@gmail.com>
Date: Sun, 14 Aug 2016 12:54:55 +0100
back to blue
Diffstat:
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/awesome/.config/awesome/config.lua b/awesome/.config/awesome/config.lua
@@ -12,16 +12,16 @@
-- █▓▒░ interface settings
modkey = "Mod4"
altkey = "Mod1"
-bar_position = "bottom"
+bar_position = "top"
tag_count = 4
tag_icon = "◊"
tag_icon_active = "◆"
-clock_format = " %a %m/%d %H:%M " -- http://linux.die.net/man/3/strftime
+clock_format = " %a %d/%m %H:%M " -- http://linux.die.net/man/3/strftime
battery_id = "BAT1"
sloppy_focus = false
-- █▓▒░ preffered apps
-terminal = "urxvt"
+terminal = "urxvtc"
rootterm = "urxvtc -hold -e sudo "
term_exec = "urxvtc -hold -e "
filegui = "thunar"
@@ -40,7 +40,7 @@ volumecontrol = terminal.. " -T sound -e alsamixer"
irc = terminal.." -T weechat -e weechat-curses"
iptraf = terminal.." -g -e sudo iptraf-ng -i all"
burner = "xfburn"
-webgui = "chromium"
+webgui = "google-chrome"
webcli = terminal.." -e links2"
ftpgui = "filezilla"
torrent = "transmission-gtk"
diff --git a/awesome/.config/awesome/xero_rc.lua b/awesome/.config/awesome/xero_rc.lua
@@ -69,7 +69,7 @@ run_once("urxvtd")
run_once("unclutter")
-- █▓▒░ theme
-beautiful.init(os.getenv("HOME").."/.config/awesome/themes/decker_cyan/theme.lua")
+beautiful.init(os.getenv("HOME").."/.config/awesome/themes/ghost/theme.lua")
-- █▓▒░ layouts
local layouts = {
@@ -272,7 +272,7 @@ clockicon = wibox.widget.imagebox(beautiful.widget_clock)
mytextclock = wibox.widget.background(awful.widget.textclock(markup("#FFFFFF",clock_format)), "#000000")
-- █▓▒░ calendar
-lain.widgets.calendar:attach(mytextclock, { font_size = 10, fg = "#FFFFFF", position = "bottom_right" })
+lain.widgets.calendar:attach(mytextclock, { font_size = 10, fg = "#FFFFFF", position = "top_right" })
-- █▓▒░ MPD
-- mpdicon = wibox.widget.imagebox(beautiful.widget_music)
diff --git a/sublime/.config/sublime-text-2/Packages/User/Preferences.sublime-settings b/sublime/.config/sublime-text-2/Packages/User/Preferences.sublime-settings
@@ -1,12 +1,12 @@
{
"color_scheme": "Packages/Colorsublime-Themes/decker-dark.tmTheme",
- "font_face": "Tamsyn",
+ "font_face": "tamsyn",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"theme": "Wombat2.sublime-theme",
- "wombat_color_blue": true,
+ "wombat_color_blue": true,
"wombat_dirty_bottom_bar_blue": true
}