Remove confliting shortcut

This commit is contained in:
Wilfried OLLIVIER 2022-04-23 22:56:17 +02:00
parent 290c28cc83
commit 22123778ed
25 changed files with 311 additions and 315 deletions

View File

@ -11,7 +11,7 @@ After 3 years of [xmonading](https://xmonad.org/), i wanted to give
- This configuration use nerd patched font to get all the icons
- Main theme is Gruvbox (see `themes` folder)
- Wallpaper credits goes to [McSinyx](https://github.com/McSinyx/dotfiles)
- Wallpaper credits goes to [atlas-ark](https://www.reddit.com/user/atlas-ark/)
- Use of YAWL (yet another widget library, included in this configuration see `yawl` folder)
## License

4
rc.lua
View File

@ -195,7 +195,7 @@ awful.screen.connect_for_each_screen(function(s)
}
-- Create the wibox
s.mywibox = awful.wibar({ position = "top", screen = s, border_width = 4, border_color = "#282828" })
s.mywibox = awful.wibar({ position = "top", screen = s, border_width = 2, border_color = theme.bg_normal })
-- Add widgets to the wibox
s.mywibox:setup {
@ -311,8 +311,6 @@ globalkeys = gears.table.join(
{ description = "show rofi-pass", group = "launcher" }),
awful.key({ mod4, }, "f", function() awful.spawn("brave") end,
{ description = "start firefox", group = "launcher" }),
awful.key({ mod4, }, "c", function () awful.spawn("code") end,
{description = "start vscode", group = "launcher"}),
-- Lock screen
awful.key({ mod4, }, "l", function() awful.spawn(".config/awesome/bin/saver.sh") end,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 864 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -2,4 +2,6 @@
## Acknowledgement
The background image and layouts icons credits goes to [McSinyx](https://github.com/McSinyx/dotfiles)
Layouts icons credits goes to [McSinyx](https://github.com/McSinyx/dotfiles)
Background image credits goes to [atlas-ark](https://www.reddit.com/user/atlas-ark/)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -18,12 +18,12 @@ theme.icon_font = theme.base_font .. " 8"
theme.hotkeys_description_font = theme.font
-- colors
theme.bg_normal = "#282828"
theme.bg_focus = "#3c3836"
theme.fg_normal = "#ebdbb2"
theme.bg_normal = "#fbf1c7"
theme.bg_focus = "#f2e5bc"
theme.fg_normal = "#3c3836"
theme.fg_urgent = "#cc241d"
theme.border_normal = "#928374"
theme.border_focus = "#fabd2f"
theme.border_focus = "#b16286"
theme.bg_urgent = theme.bg_normal
theme.bg_minimize = theme.bg_focus
theme.bg_systray = theme.bg_normal
@ -84,10 +84,6 @@ theme.yawl_battery_full = theme.yawl_bg_ok
theme.yawl_battery_mid = "#d79921"
theme.yawl_battery_low = theme.yawl_bg_nok
theme.yawl_pomodoro_absent = theme.bg_normal
theme.yawl_pomodoro = theme.fg_normal
theme.yawl_pomodoro_working = "#d79921"
theme.yawl_pomodoro_break = "#689d6a"
theme.yawl_pomodoro_paused = "#cc241d"
-- Naughty
theme.naughty_bg_urgent = theme.fg_urgent