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
f54d9c76
Verified
Commit
f54d9c76
authored
Dec 28, 2020
by
Andreas Gerlach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[sway] additional changes from x64 Sway profile for mako and waybar integrated
parent
31d42246
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
17 deletions
+21
-17
overlays/sway/etc/skel/.config/sway/config.d/00-user.conf
overlays/sway/etc/skel/.config/sway/config.d/00-user.conf
+5
-1
overlays/sway/etc/skel/.config/waybar/config
overlays/sway/etc/skel/.config/waybar/config
+5
-5
overlays/sway/etc/skel/.config/waybar/style.css
overlays/sway/etc/skel/.config/waybar/style.css
+5
-9
overlays/sway/etc/sway/themes/templates/mako
overlays/sway/etc/sway/themes/templates/mako
+6
-2
No files found.
overlays/sway/etc/skel/.config/sway/config.d/00-user.conf
View file @
f54d9c76
...
...
@@ -3,4 +3,8 @@
# * 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
# * get your current screen name: swaymsg -t get_outputs
# * set the resolution and position for your screens: output HDMI1 pos 0 0 res 1920x1080
# * set the scaling for your screens: output HDMI1 scale 2
# * more display settings: https://github.com/swaywm/sway/wiki#display-configuration
#
overlays/sway/etc/skel/.config/waybar/config
View file @
f54d9c76
...
...
@@ -27,13 +27,13 @@
],
"modules-right": [
"network",
"bluetooth",
"cpu",
"memory",
"battery",
"backlight",
"idle_inhibitor",
"pulseaudio",
"bluetooth",
"custom/pacman",
"tray",
"clock"
...
...
@@ -132,8 +132,8 @@
"pulseaudio": {
//"scroll-step": 1,
"format": "{icon} {volume}%",
"format-bluetooth": "{icon}
{volume}%
",
"format": "{icon} {volume}%
{format_source}
",
"format-bluetooth": "{icon}
{volume}%
",
"format-muted": "",
"format-icons": {
"headphones": "",
...
...
@@ -170,8 +170,8 @@
"format": " {}",
"interval": 3600,
"exec-if": "[ $(checkupdates | wc -l) -gt 0 ]",
"exec": "checkupdates | wc -l",
"on-click": "pamac-manager && pamac checkupdates -a -q | wc -l",
"exec": "
pamac
checkupdates | wc -l",
"on-click": "pamac-manager
--updates
&& pamac checkupdates -a -q | wc -l",
},
"bluetooth": {
...
...
overlays/sway/etc/skel/.config/waybar/style.css
View file @
f54d9c76
...
...
@@ -47,18 +47,20 @@
min-height
:
0
;
margin
:
0
;
padding
:
0
;
font-family
:
"FontAwesome 5 Free Solid"
,
"
Noto Sans"
,
Roboto
,
sans-serif
;
font-family
:
"FontAwesome 5 Free Solid"
,
"
TerminessTTF Nerd Font"
,
sans-serif
;
}
/* The whole bar */
#waybar
{
background
:
@
background_color
;
color
:
@
text_color
;
font-family
:
"
Noto Sans"
,
Roboto
,
sans-serif
;
font-size
:
1
3
px
;
font-family
:
"
TerminessTTF Nerd Font"
,
sans-serif
;
font-size
:
1
6
px
;
}
/* Each module */
#custom-pacman
,
#bluetooth
,
#battery
,
#clock
,
#cpu
,
...
...
@@ -68,9 +70,7 @@
#pulseaudio
,
#temperature
,
#idle_inhibitor
,
#bluetooth
,
#backlight
,
#custom-pacman
,
#tray
{
padding-left
:
10px
;
padding-right
:
10px
;
...
...
@@ -158,10 +158,6 @@
/* No styles */
}
#custom-spotify
{
color
:
@
accent_color
;
}
#temperature
{
/* No styles */
}
...
...
overlays/sway/etc/sway/themes/templates/mako
View file @
f54d9c76
...
...
@@ -4,10 +4,14 @@ layer=overlay
width=400
height=200
font="GUI_FONT"
text-color=BACKGROUND_COLOR
background-color=ACCENT_COLOR
border-size=3
border-color=ACCENT_COLOR
text-color=#FFFFFF
background-color=BACKGROUND_COLOR
icons=1
max-icon-size=48
markup=1
actions=1
default-timeout=5000
padding=20
margin=20
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