merge: main

This commit is contained in:
AngeD 2022-08-29 21:33:31 +02:00
commit e02121b654
9 changed files with 18 additions and 19 deletions

View File

@ -52,7 +52,7 @@ end
-- Themes define colours, icons, font and wallpapers.
beautiful.init(gears.filesystem.get_configuration_dir() .. "theme.lua")
terminal = "kitty"
terminal = "alacritty"
editor = os.getenv("EDITOR") or "nvim"
editor_cmd = terminal .. " -e " .. editor
@ -136,7 +136,7 @@ awful.screen.connect_for_each_screen(
-- Each screen has its own tag table.
awful.tag(
{"TTY", "WEB", "DEV", "SBX", "GAM", "DOC", "GFX", "SRV", "ETC"},
{"TTY", "WEB", "DEV", "SBX", "GAM", "MED", "SYS", "SRV", "ETC"},
s,
awful.layout.layouts[1]
)

@ -1 +1 @@
Subproject commit 21218b666aeafd1c089cbe998e730f97605d25b2
Subproject commit c0cc19b5b3371842d696875897bebefebd5e1596

@ -1 +1 @@
Subproject commit 520c609210029e901b433c49e7c1e00dd247b47a
Subproject commit 636ce36c30725391486377850bf8460dc0723ae2

@ -1 +1 @@
Subproject commit 840994db95313b97328f33b772cc18081baf461f
Subproject commit f3c53d225ada93a99bfd818e1c40012400e2dc55

View File

@ -6,7 +6,7 @@ set $up j
set $right l
set $menu dmenu_path | dmenu | xargs swaymsg exec --
set $term kitty
set $term alacritty
set $browser firefox
set $files pcmanfm
set $wallpapers $HOME/.config/wallpapers
@ -24,8 +24,8 @@ set $ws3 3:DEV
set $ws4 4:SBX
set $ws5 5:GAM
set $ws6 6:MED
set $ws7 7:DOC
set $ws8 8:GFX
set $ws7 7:SYS
set $ws8 8:SRV
set $ws9 9:ETC
# border background text indicator child_border

View File

@ -47,6 +47,10 @@
bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right
# Move the focused workspace with the same, but add Control
bindsym $mod+Control+$down move workspace to left
bindsym $mod+Control+$up move workspace to right
## Workspaces:
# Switch to workspace
bindsym $mod+1 workspace $ws1

View File

@ -1,8 +1,7 @@
{
"modules-left": ["sway/workspaces"],
"modules-center": ["sway/window"],
//"modules-right": ["pulseaudio", "cpu", "memory", "temperature", "backlight", "battery", "tray", "clock"],
"modules-right": ["pulseaudio", "cpu", "memory", "temperature", "backlight", "battery", "tray", "custom/clock"],
"modules-right": ["pulseaudio", "cpu", "memory", "temperature", "backlight", "battery", "tray", "clock"],
"backlight": {
"format": "{percent}% {icon}",
"format-icons": ["", ""],
@ -21,13 +20,9 @@
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""],
},
//"clock": {
// "format": "{:%a %b %d, %R}",
// "tooltip-format": "<tt>{calendar}</tt>",
//},
"custom/clock": {
"exec": "date '+%a %b %d, %R'",
"interval": 5,
"clock": {
"format": "{:%a %b %d, %R}",
"tooltip-format": "<tt>{calendar}</tt>",
},
"cpu": {
"format": "{usage}% ",

View File

@ -7,4 +7,4 @@ xrandr \
# fix touchscreen
xinput --map-to-output 'Raydium Corporation Raydium Touch System' 'eDP-1'
exec x-window-manager
exec awesome