aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Magdy <omar.professional8777@gmail.com>2022-06-26 14:13:05 +0200
committerOmar Magdy <omar.professional8777@gmail.com>2022-06-26 14:13:05 +0200
commit427b9b9b43aa7853e96f7ff0b6bfb3c54005f44c (patch)
treeb96c64132d82ad0b613cf942212028cd4ffe1c26
parent0733fe03034b0a738d53d432f18a797d310489ab (diff)
downloaddotfiles-427b9b9b43aa7853e96f7ff0b6bfb3c54005f44c.tar.xz
dotfiles-427b9b9b43aa7853e96f7ff0b6bfb3c54005f44c.zip
Added neovim config
-rw-r--r--awesome/.config/awesome/rc.lua4
-rw-r--r--awesome/.config/awesome/themes/powerarrow-black/theme.lua4
m---------nvim/.config/nvim0
3 files changed, 4 insertions, 4 deletions
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
+Subproject 7a082a3306b27d59257ce9bc826ab4dc64f6985