diff options
| author | omagdy7 <omar.magdy8777@gmail.com> | 2023-03-15 01:26:10 +0200 |
|---|---|---|
| committer | omagdy7 <omar.magdy8777@gmail.com> | 2023-03-15 01:26:10 +0200 |
| commit | 71615f5f9332ba18c837cf8f35fc8660be1e43ec (patch) | |
| tree | 3b1bbe7cb703116742d2c1d8ef169b582368f73c /awesome | |
| parent | 05a8f3c75522dd9b8c905fb6133fb7b79583654b (diff) | |
| download | dotfiles-71615f5f9332ba18c837cf8f35fc8660be1e43ec.tar.xz dotfiles-71615f5f9332ba18c837cf8f35fc8660be1e43ec.zip | |
Added new nvim config using NvChad
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/.config/awesome/rc.lua | 22 | ||||
| -rw-r--r-- | awesome/.config/awesome/themes/powerarrow-black/theme.lua | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index aa3bfc7..38a4bfc 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -300,17 +300,17 @@ globalkeys = my_table.join( {description = "launch ranger", group = "function keys"}), awful.key({ modkey }, "f", function() awful.util.spawn( filemanager ) end, {description = filemanager, group = "alt+ctrl"}), - awful.key({ altkey }, "c", function () awful.spawn( "/home/peng/.scripts/pscontests.sh" ) end, + awful.key({ altkey }, "c", function () awful.spawn( "/home/omar/.scripts/pscontests.sh" ) end, {description = "contest init" , group = "hotkeys"}), - awful.key({ altkey }, "w", function () awful.spawn( "/home/peng/.scripts/wally.sh" ) end, + awful.key({ altkey }, "w", function () awful.spawn( "/home/omar/.scripts/wally.sh" ) end, {description = "set random wallpaper" , group = "hotkeys"}), - awful.key({ altkey }, "d", function () awful.spawn( "/home/peng/.scripts/dmenuscripts.sh" ) end, + awful.key({ altkey }, "d", function () awful.spawn( "/home/omar/.scripts/dmenuscripts.sh" ) end, {description = "all scripts" , group = "hotkeys"}), - awful.key({ altkey }, "b", function () awful.spawn( "/home/peng/.scripts/books.sh" ) end, + awful.key({ altkey }, "b", function () awful.spawn( "/home/omar/.scripts/books.sh" ) end, {description = "Books" , group = "hotkeys"}), - awful.key({ altkey }, "p", function () awful.spawn( "/home/peng/.scripts/power.sh" ) end, + awful.key({ altkey }, "p", function () awful.spawn( "/home/omar/.scripts/power.sh" ) end, {description = "books" , group = "hotkeys"}), - awful.key({ modkey }, "o", function () awful.util.spawn( "rofi -show drun" ) end, + awful.key({ modkey }, "o", function () awful.util.spawn( "rofi -show run" ) end, {description = "rofi" , group = "function keys" }), -- super + ... @@ -323,7 +323,7 @@ globalkeys = my_table.join( awful.key({ modkey, "Shift" }, "Return", function() awful.util.spawn( filemanager ) end), awful.key({ modkey, "Shift" }, "t", function () awful.util.spawn( "kitty -e nvim /tmp/temp.txt" ) end, {description = "launch a temp file in nvim", group = "super+shift"}), - awful.key({ modkey, "Shift" }, "c", function () awful.util.spawn( "/home/peng/.scripts/config_files.sh" ) end, + awful.key({ modkey, "Shift" }, "c", function () awful.util.spawn( "/home/omar/.scripts/config_files.sh" ) end, {description = "dmenu with config files", group = "super+shift"}), @@ -347,7 +347,7 @@ globalkeys = my_table.join( {description = "Scrot", group = "screenshots"}), awful.key({ modkey1 }, "Print", function () awful.util.spawn( "xfce4-screenshooter" ) end, {description = "Xfce screenshot", group = "screenshots"}), - awful.key({ modkey, "Shift" }, "s", function() awful.util.spawn("/home/peng/.scripts/screenshot.sh") end, + awful.key({ modkey, "Shift" }, "s", function() awful.util.spawn("/home/omar/.scripts/screenshot.sh") end, {description = "Gnome screenshot", group = "screenshots"}), -- Personal keybindings}}} @@ -395,9 +395,9 @@ globalkeys = my_table.join( {description = "view previous", group = "tag"}), --Keyboard layout - awful.key({ altkey }, "2", function () awful.spawn( "/home/peng/.scripts/klayoutar.sh" ) end, + awful.key({ altkey }, "2", function () awful.spawn( "/home/omar/.scripts/klayoutar.sh" ) end, {description = "change keyboardlayout to arabic" , group = "hotkeys" }), - awful.key({ altkey }, "1", function () awful.spawn( "/home/peng/.scripts/klayoutus.sh" ) end, + awful.key({ altkey }, "1", function () awful.spawn( "/home/omar/.scripts/klayoutus.sh" ) end, {description = "change keyboardlayout to english" , group = "hotkeys" }), -- Default client focus @@ -884,4 +884,4 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n awful.spawn.with_shell("~/.config/awesome/autostart.sh") awful.spawn.with_shell("picom --config $HOME/.config/awesome/picom.conf") awful.spawn.with_shell("~/.scripts/force_full_composition_nvidia.sh") -awful.spawn.with_shell("sudo ~/.scripts/mount.sh") +awful.spawn.with_shell("nitrogen --restore") diff --git a/awesome/.config/awesome/themes/powerarrow-black/theme.lua b/awesome/.config/awesome/themes/powerarrow-black/theme.lua index 8ea5d87..d20cb43 100644 --- a/awesome/.config/awesome/themes/powerarrow-black/theme.lua +++ b/awesome/.config/awesome/themes/powerarrow-black/theme.lua @@ -351,13 +351,13 @@ function theme.at_screen_connect(s) { -- Right widgets layout = wibox.layout.fixed.horizontal, tbox_separator, - wibox.widget.systray(), wibox.widget { theme.volume.widget, layout = wibox.layout.align.horizontal }, vert_sep, wibox.widget { mem.widget, layout = wibox.layout.align.horizontal }, vert_sep, wibox.widget { cpu.widget, layout = wibox.layout.align.horizontal }, wibox.container.background(wibox.container.margin(clock, 15, 5, 2, 2)), + wibox.widget.systray(), }, } end |
