Remove confliting shortcut
|
@ -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
|
- This configuration use nerd patched font to get all the icons
|
||||||
- Main theme is Gruvbox (see `themes` folder)
|
- 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)
|
- Use of YAWL (yet another widget library, included in this configuration see `yawl` folder)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
4
rc.lua
|
@ -195,7 +195,7 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Create the wibox
|
-- 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
|
-- Add widgets to the wibox
|
||||||
s.mywibox:setup {
|
s.mywibox:setup {
|
||||||
|
@ -311,8 +311,6 @@ globalkeys = gears.table.join(
|
||||||
{ description = "show rofi-pass", group = "launcher" }),
|
{ description = "show rofi-pass", group = "launcher" }),
|
||||||
awful.key({ mod4, }, "f", function() awful.spawn("brave") end,
|
awful.key({ mod4, }, "f", function() awful.spawn("brave") end,
|
||||||
{ description = "start firefox", group = "launcher" }),
|
{ description = "start firefox", group = "launcher" }),
|
||||||
awful.key({ mod4, }, "c", function () awful.spawn("code") end,
|
|
||||||
{description = "start vscode", group = "launcher"}),
|
|
||||||
|
|
||||||
-- Lock screen
|
-- Lock screen
|
||||||
awful.key({ mod4, }, "l", function() awful.spawn(".config/awesome/bin/saver.sh") end,
|
awful.key({ mod4, }, "l", function() awful.spawn(".config/awesome/bin/saver.sh") end,
|
||||||
|
|
Before Width: | Height: | Size: 864 KiB After Width: | Height: | Size: 118 KiB |
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
## Acknowledgement
|
## 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/)
|
||||||
|
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 391 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 5 KiB |
|
@ -18,12 +18,12 @@ theme.icon_font = theme.base_font .. " 8"
|
||||||
theme.hotkeys_description_font = theme.font
|
theme.hotkeys_description_font = theme.font
|
||||||
|
|
||||||
-- colors
|
-- colors
|
||||||
theme.bg_normal = "#282828"
|
theme.bg_normal = "#fbf1c7"
|
||||||
theme.bg_focus = "#3c3836"
|
theme.bg_focus = "#f2e5bc"
|
||||||
theme.fg_normal = "#ebdbb2"
|
theme.fg_normal = "#3c3836"
|
||||||
theme.fg_urgent = "#cc241d"
|
theme.fg_urgent = "#cc241d"
|
||||||
theme.border_normal = "#928374"
|
theme.border_normal = "#928374"
|
||||||
theme.border_focus = "#fabd2f"
|
theme.border_focus = "#b16286"
|
||||||
theme.bg_urgent = theme.bg_normal
|
theme.bg_urgent = theme.bg_normal
|
||||||
theme.bg_minimize = theme.bg_focus
|
theme.bg_minimize = theme.bg_focus
|
||||||
theme.bg_systray = theme.bg_normal
|
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_mid = "#d79921"
|
||||||
theme.yawl_battery_low = theme.yawl_bg_nok
|
theme.yawl_battery_low = theme.yawl_bg_nok
|
||||||
theme.yawl_pomodoro_absent = theme.bg_normal
|
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
|
-- Naughty
|
||||||
theme.naughty_bg_urgent = theme.fg_urgent
|
theme.naughty_bg_urgent = theme.fg_urgent
|
||||||
|
|