diff --git a/.vimrc b/.vimrc index ebd9df9..9dbe3af 100644 --- a/.vimrc +++ b/.vimrc @@ -4,7 +4,7 @@ call pathogen#helptags() filetype plugin on " Enable filetype plugins if &diff - colorscheme zellner + colorscheme slate endif set nocompatible set hidden " Allow buffer switching without saving diff --git a/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius b/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius index 02634ba..ed532b6 100644 --- a/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius +++ b/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius @@ -350,15 +350,15 @@ globalkeys = gears.table.join( -- Display Brightness awful.key({}, "XF86MonBrightnessUp", - function () + function () awful.spawn.easy_async("/home/snarbutas/.bin/brightness +750", function(stdout, stderr, reason, exit_code) - naughty.notify {title = "💡", text = stdout, timeout = 0.5} + naughty.notify {icon = "/home/snarbutas/Pictures/icons/wbulb.png", icon_size = 16, text = stdout, timeout = 0.5} end) end), awful.key({}, "XF86MonBrightnessDown", function () awful.spawn.easy_async("/home/snarbutas/.bin/brightness -750", function(stdout, stderr, reason, exit_code) - naughty.notify {title = "💡", text = stdout, timeout = 0.5} + naughty.notify {icon = "/home/snarbutas/Pictures/icons/wbulb.png", icon_size = 16, text = stdout, timeout = 0.5} end) end), -- Extend monitor