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
016ea192
Verified
Commit
016ea192
authored
Jan 24, 2021
by
Andreas Gerlach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[sway] fix QT platform env variable, small improvements for waybar
parent
214d3c71
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
overlays/sway/etc/environment
overlays/sway/etc/environment
+1
-1
overlays/sway/etc/skel/.config/waybar/config
overlays/sway/etc/skel/.config/waybar/config
+2
-3
overlays/sway/etc/skel/.config/waybar/style.css
overlays/sway/etc/skel/.config/waybar/style.css
+1
-1
No files found.
overlays/sway/etc/environment
View file @
016ea192
...
...
@@ -12,7 +12,7 @@ export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0
export GTK_CSD=0
# QT should use wayland
export QT_QPA_PLATFORM=wayland
"
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=qt5ct
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
...
...
overlays/sway/etc/skel/.config/waybar/config
View file @
016ea192
...
...
@@ -59,9 +59,8 @@
"", // Icon: battery-three-quarters
"" // Icon: battery-full
],
"tooltip": false,
"on-click": "powersupply",
"bat": "cw2015-battery" // axp20x-battery for Pinebook
"tooltip": true,
"on-click": "powersupply"
},
"clock": {
...
...
overlays/sway/etc/skel/.config/waybar/style.css
View file @
016ea192
...
...
@@ -146,7 +146,7 @@
}
#network
.disconnected
{
margin-top
:
6
px
;
margin-top
:
3
px
;
color
:
@
warning_color
;
}
...
...
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