merge: main
This commit is contained in:
commit
e02121b654
@ -1,2 +1,2 @@
|
|||||||
[Qt]
|
[Qt]
|
||||||
style = Materia-dark
|
style=Materia-dark
|
||||||
|
@ -52,7 +52,7 @@ end
|
|||||||
-- Themes define colours, icons, font and wallpapers.
|
-- Themes define colours, icons, font and wallpapers.
|
||||||
beautiful.init(gears.filesystem.get_configuration_dir() .. "theme.lua")
|
beautiful.init(gears.filesystem.get_configuration_dir() .. "theme.lua")
|
||||||
|
|
||||||
terminal = "kitty"
|
terminal = "alacritty"
|
||||||
editor = os.getenv("EDITOR") or "nvim"
|
editor = os.getenv("EDITOR") or "nvim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ awful.screen.connect_for_each_screen(
|
|||||||
|
|
||||||
-- Each screen has its own tag table.
|
-- Each screen has its own tag table.
|
||||||
awful.tag(
|
awful.tag(
|
||||||
{"TTY", "WEB", "DEV", "SBX", "GAM", "DOC", "GFX", "SRV", "ETC"},
|
{"TTY", "WEB", "DEV", "SBX", "GAM", "MED", "SYS", "SRV", "ETC"},
|
||||||
s,
|
s,
|
||||||
awful.layout.layouts[1]
|
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
|
@ -6,7 +6,7 @@ set $up j
|
|||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||||
set $term kitty
|
set $term alacritty
|
||||||
set $browser firefox
|
set $browser firefox
|
||||||
set $files pcmanfm
|
set $files pcmanfm
|
||||||
set $wallpapers $HOME/.config/wallpapers
|
set $wallpapers $HOME/.config/wallpapers
|
||||||
@ -24,8 +24,8 @@ set $ws3 3:DEV
|
|||||||
set $ws4 4:SBX
|
set $ws4 4:SBX
|
||||||
set $ws5 5:GAM
|
set $ws5 5:GAM
|
||||||
set $ws6 6:MED
|
set $ws6 6:MED
|
||||||
set $ws7 7:DOC
|
set $ws7 7:SYS
|
||||||
set $ws8 8:GFX
|
set $ws8 8:SRV
|
||||||
set $ws9 9:ETC
|
set $ws9 9:ETC
|
||||||
|
|
||||||
# border background text indicator child_border
|
# border background text indicator child_border
|
||||||
|
@ -47,6 +47,10 @@
|
|||||||
bindsym $mod+Shift+$up move up
|
bindsym $mod+Shift+$up move up
|
||||||
bindsym $mod+Shift+$right move right
|
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:
|
## Workspaces:
|
||||||
# Switch to workspace
|
# Switch to workspace
|
||||||
bindsym $mod+1 workspace $ws1
|
bindsym $mod+1 workspace $ws1
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"modules-left": ["sway/workspaces"],
|
"modules-left": ["sway/workspaces"],
|
||||||
"modules-center": ["sway/window"],
|
"modules-center": ["sway/window"],
|
||||||
//"modules-right": ["pulseaudio", "cpu", "memory", "temperature", "backlight", "battery", "tray", "clock"],
|
"modules-right": ["pulseaudio", "cpu", "memory", "temperature", "backlight", "battery", "tray", "clock"],
|
||||||
"modules-right": ["pulseaudio", "cpu", "memory", "temperature", "backlight", "battery", "tray", "custom/clock"],
|
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"format": "{percent}% {icon}",
|
"format": "{percent}% {icon}",
|
||||||
"format-icons": ["", ""],
|
"format-icons": ["", ""],
|
||||||
@ -21,13 +20,9 @@
|
|||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time} {icon}",
|
||||||
"format-icons": ["", "", "", "", ""],
|
"format-icons": ["", "", "", "", ""],
|
||||||
},
|
},
|
||||||
//"clock": {
|
"clock": {
|
||||||
// "format": "{:%a %b %d, %R}",
|
"format": "{:%a %b %d, %R}",
|
||||||
// "tooltip-format": "<tt>{calendar}</tt>",
|
"tooltip-format": "<tt>{calendar}</tt>",
|
||||||
//},
|
|
||||||
"custom/clock": {
|
|
||||||
"exec": "date '+%a %b %d, %R'",
|
|
||||||
"interval": 5,
|
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
|
Loading…
Reference in New Issue
Block a user