From 427b9b9b43aa7853e96f7ff0b6bfb3c54005f44c Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Sun, 26 Jun 2022 14:13:05 +0200 Subject: Added neovim config --- awesome/.config/awesome/rc.lua | 4 ++-- awesome/.config/awesome/themes/powerarrow-black/theme.lua | 4 ++-- nvim/.config/nvim | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) create mode 160000 nvim/.config/nvim diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index f2cae02..c8d4cb6 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -656,13 +656,13 @@ globalkeys = my_table.join( --awful.key({ modkey1 }, "Up", awful.key({ }, "XF86AudioRaiseVolume", function () - os.execute(string.format("amixer -q set %s 1%%+", beautiful.volume.channel)) + os.execute(string.format("amixer -q set %s 5%%+", beautiful.volume.channel)) beautiful.volume.update() end), --awful.key({ modkey1 }, "Down", awful.key({ }, "XF86AudioLowerVolume", function () - os.execute(string.format("amixer -q set %s 1%%-", beautiful.volume.channel)) + os.execute(string.format("amixer -q set %s 5%%-", beautiful.volume.channel)) beautiful.volume.update() end), awful.key({ }, "XF86AudioMute", diff --git a/awesome/.config/awesome/themes/powerarrow-black/theme.lua b/awesome/.config/awesome/themes/powerarrow-black/theme.lua index 6fce081..5666c4b 100644 --- a/awesome/.config/awesome/themes/powerarrow-black/theme.lua +++ b/awesome/.config/awesome/themes/powerarrow-black/theme.lua @@ -28,9 +28,9 @@ theme.bg_urgent = "#3F3F3F" theme.taglist_fg_focus = "#153b50" theme.tasklist_bg_focus = "#000000" theme.tasklist_fg_focus = "#CC6600" -theme.border_width = 1 +theme.border_width = 2 theme.border_normal = "#000000" -theme.border_focus = "#ffffff" +theme.border_focus = "#f90057" theme.border_marked = "#000000" theme.titlebar_bg_focus = "#3F3F3F" theme.titlebar_bg_normal = "#3F3F3F" diff --git a/nvim/.config/nvim b/nvim/.config/nvim new file mode 160000 index 0000000..7a082a3 --- /dev/null +++ b/nvim/.config/nvim @@ -0,0 +1 @@ +Subproject commit 7a082a3306b27d59257ce9bc826ab4dc64f69854 -- cgit v1.2.3