Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
A
arm-profiles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
manjaro-arm
applications
arm-profiles
Commits
31d42246
Verified
Commit
31d42246
authored
Dec 28, 2020
by
Andreas Gerlach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[sway] minor changes to sync wit x86 sway community edition
parent
57889095
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
64 additions
and
19 deletions
+64
-19
overlays/sway/etc/skel/.config/sway/config
overlays/sway/etc/skel/.config/sway/config
+2
-8
overlays/sway/etc/skel/.config/sway/config.d/00-user.conf
overlays/sway/etc/skel/.config/sway/config.d/00-user.conf
+6
-0
overlays/sway/etc/skel/.config/waybar/config
overlays/sway/etc/skel/.config/waybar/config
+27
-4
overlays/sway/etc/skel/.config/waybar/style.css
overlays/sway/etc/skel/.config/waybar/style.css
+12
-0
overlays/sway/etc/sway/config.d/98-application-defaults
overlays/sway/etc/sway/config.d/98-application-defaults
+1
-1
overlays/sway/etc/sway/config.d/99-autostart-applications
overlays/sway/etc/sway/config.d/99-autostart-applications
+3
-3
overlays/sway/etc/sway/definitions
overlays/sway/etc/sway/definitions
+13
-3
No files found.
overlays/sway/etc/skel/.config/sway/config
View file @
31d42246
...
...
@@ -7,14 +7,8 @@
# global variables
include /etc/sway/definitions
# add your customizations here
# e.g.:
# * change modifier key from Alt to Win/Pine-Key: set $mod Mod4
# * change the background image: set $background /usr/share/wallpapers/manjaro-arm/generic/manjaro-arm.png
# * change the theme: set $theme /etc/sway/themes/matcha-blue
#
# please note that the theme has a custom background spec as well, so you will have to keep the right
# order if you want to change both (first theme, then background)
# user config
include ~/.config/sway/config.d/*
include /etc/sway/inputs/*
include /etc/sway/outputs/*
...
...
overlays/sway/etc/skel/.config/sway/config.d/00-user.conf
0 → 100644
View file @
31d42246
# add your customizations here
# e.g.:
# * change modifier key from Win/Pine-Key to Alt: set $mod Mod1
# * change the background image: set $background /usr/share/wallpapers/manjaro-nudes.png
# * change the theme: set $theme /etc/sway/themes/matcha-blue
#
\ No newline at end of file
overlays/sway/etc/skel/.config/waybar/config
View file @
31d42246
...
...
@@ -33,6 +33,8 @@
"backlight",
"idle_inhibitor",
"pulseaudio",
"bluetooth",
"custom/pacman",
"tray",
"clock"
],
...
...
@@ -74,7 +76,8 @@
"states": {
"warning": 70,
"critical": 90
}
},
"on-click": "swaymsg exec \\$term_float htop"
},
"memory": {
...
...
@@ -83,16 +86,17 @@
"states": {
"warning": 70,
"critical": 90
}
},
"on-click": "swaymsg exec \\$term_float htop"
},
"network": {
"interval": 5,
"format-wifi": " {essid} ({signalStrength}%)", // Icon: wifi
"format-ethernet": " {ifname}
: {ipaddr}/{cidr}
", // Icon: ethernet
"format-ethernet": " {ifname}", // Icon: ethernet
"format-disconnected": "⚠ Disconnected",
"tooltip-format": "{ifname}: {ipaddr}",
"on-click": "
nm-connection-editor
"
"on-click": "
swaymsg exec \\$term_float nmtui
"
},
"sway/mode": {
...
...
@@ -160,5 +164,24 @@
"tray": {
"icon-size": 21,
"spacing": 5
},
"custom/pacman": {
"format": " {}",
"interval": 3600,
"exec-if": "[ $(checkupdates | wc -l) -gt 0 ]",
"exec": "checkupdates | wc -l",
"on-click": "pamac-manager && pamac checkupdates -a -q | wc -l",
},
"bluetooth": {
"format": "{icon}",
"interval": 30,
"format-icons": {
"enabled": "",
"disabled": ""
},
"on-click": "blueman-manager",
"tooltip-format": "{status}"
}
}
overlays/sway/etc/skel/.config/waybar/style.css
View file @
31d42246
...
...
@@ -68,6 +68,9 @@
#pulseaudio
,
#temperature
,
#idle_inhibitor
,
#bluetooth
,
#backlight
,
#custom-pacman
,
#tray
{
padding-left
:
10px
;
padding-right
:
10px
;
...
...
@@ -143,6 +146,7 @@
}
#network
.disconnected
{
margin-top
:
6px
;
color
:
@
warning_color
;
}
...
...
@@ -193,3 +197,11 @@
border-color
:
@
error_color
;
color
:
@
error_color
;
}
#custom-pacman
{
color
:
@
warning_color
;
}
#bluetooth
.disabled
{
color
:
@
warning_color
;
}
overlays/sway/etc/sway/config.d/98-application-defaults
View file @
31d42246
...
...
@@ -7,4 +7,4 @@ for_window [app_id="nm-connection-editor"] floating enable
for_window [title="File Operation Progress"] floating enable
for_window [app_id="firefox" title="Library"] floating enable
for_window [app_id="thunderbird" title=".*Reminder"] floating enable
for_window [app_id="floating_shell"] floating enable, border pixel 1, sticky enable
overlays/sway/etc/sway/config.d/99-autostart-applications
View file @
31d42246
...
...
@@ -4,8 +4,8 @@ exec $idle
# autostart background applications
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id mako
exec --no-startup-id pamac-tray-appindicator
exec --no-startup-id nm-applet --indicator
exec --no-startup-id blueman-applet
#
exec --no-startup-id pamac-tray-appindicator
#
exec --no-startup-id nm-applet --indicator
#
exec --no-startup-id blueman-applet
exec --no-startup-id mntray
exec --no-startup-id $help --autostart
overlays/sway/etc/sway/definitions
View file @
31d42246
### Variables
#
# Logo key. Use Mod1 for Alt.
# Logo key. Use Mod1 for Alt
and Mod4 for Super
.
set $mod Mod1
# Home row direction keys, like vim
...
...
@@ -14,6 +14,7 @@ set $theme /etc/sway/themes/matcha-green
# Your preferred terminal emulator
set $term termite --config=$theme/termite
set $term_float $term --name=floating_shell --exec
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
...
...
@@ -23,16 +24,25 @@ set $menu wofi --show run --exec-search --prompt "Run Command" --term $term | xa
set $selwin sws.sh --dmenu-cmd "wofi --show dmenu" --format "%W | %A - %T"
set $help swhelp.sh --conf $HOME/.config/wofi/swhelp --location 7 --xoffset 15 --yoffset -30
### Lockscreen configuration
#
set $locking exec swaylock -c "$base01" -F \
--inside-color "$base01" \
--ring-color "$base02" \
--ring-ver-color "$base0D" \
--ring-clear-color "$base0B" \
--inside-clear-color "$base07"
### Idle configuration
# This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when
# resumed. It will also lock your screen before your computer goes to sleep.
#
set $idle swayidle -w \
timeout 300 '
swaylock -f -c 000000
' \
timeout 300 '
exec $locking
' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep '
swaylock -f -c 000000
'
before-sleep '
exec $locking
'
# statusbar command
set $statusbar waybar
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment