Full transparency on Ubuntu 18.04 dock

Clash Royale CLAN TAG#URR8PPP up vote
4
down vote
favorite
This command
gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode
can have these values: 'FIXED' 'DEFAULT' 'DYNAMIC' 'ADAPTIVE'.
But none makes the dock bar completely transparent, that is, only the icons are visible.
any ideas?
ubuntu-dock
add a comment |Â
up vote
4
down vote
favorite
This command
gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode
can have these values: 'FIXED' 'DEFAULT' 'DYNAMIC' 'ADAPTIVE'.
But none makes the dock bar completely transparent, that is, only the icons are visible.
any ideas?
ubuntu-dock
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
This command
gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode
can have these values: 'FIXED' 'DEFAULT' 'DYNAMIC' 'ADAPTIVE'.
But none makes the dock bar completely transparent, that is, only the icons are visible.
any ideas?
ubuntu-dock
This command
gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode
can have these values: 'FIXED' 'DEFAULT' 'DYNAMIC' 'ADAPTIVE'.
But none makes the dock bar completely transparent, that is, only the icons are visible.
any ideas?
ubuntu-dock
edited May 3 at 1:48
pomsky
21.3k76594
21.3k76594
asked May 3 at 1:44
Juan Sebastian
233
233
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
Open Terminal and run the following command first to allow custom alpha values for Ubuntu dock
gsettings set org.gnome.shell.extensions.dash-to-dock customize-alphas true
Then run the following to set the minimum alpha value (i.e. when a window is not maximised or touching the top-bar or dock)
gsettings set org.gnome.shell.extensions.dash-to-dock min-alpha 0
Finally, if you want, run the following to set the maximum alpha value (i.e. when a window is maximised)
gsettings set org.gnome.shell.extensions.dash-to-dock max-alpha 0
Then log out and log in again.
If this doesn't work, use thedconf-editorto edit this options via a graphical user interface
â saitam
Aug 8 at 21:06
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
Open Terminal and run the following command first to allow custom alpha values for Ubuntu dock
gsettings set org.gnome.shell.extensions.dash-to-dock customize-alphas true
Then run the following to set the minimum alpha value (i.e. when a window is not maximised or touching the top-bar or dock)
gsettings set org.gnome.shell.extensions.dash-to-dock min-alpha 0
Finally, if you want, run the following to set the maximum alpha value (i.e. when a window is maximised)
gsettings set org.gnome.shell.extensions.dash-to-dock max-alpha 0
Then log out and log in again.
If this doesn't work, use thedconf-editorto edit this options via a graphical user interface
â saitam
Aug 8 at 21:06
add a comment |Â
up vote
3
down vote
accepted
Open Terminal and run the following command first to allow custom alpha values for Ubuntu dock
gsettings set org.gnome.shell.extensions.dash-to-dock customize-alphas true
Then run the following to set the minimum alpha value (i.e. when a window is not maximised or touching the top-bar or dock)
gsettings set org.gnome.shell.extensions.dash-to-dock min-alpha 0
Finally, if you want, run the following to set the maximum alpha value (i.e. when a window is maximised)
gsettings set org.gnome.shell.extensions.dash-to-dock max-alpha 0
Then log out and log in again.
If this doesn't work, use thedconf-editorto edit this options via a graphical user interface
â saitam
Aug 8 at 21:06
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
Open Terminal and run the following command first to allow custom alpha values for Ubuntu dock
gsettings set org.gnome.shell.extensions.dash-to-dock customize-alphas true
Then run the following to set the minimum alpha value (i.e. when a window is not maximised or touching the top-bar or dock)
gsettings set org.gnome.shell.extensions.dash-to-dock min-alpha 0
Finally, if you want, run the following to set the maximum alpha value (i.e. when a window is maximised)
gsettings set org.gnome.shell.extensions.dash-to-dock max-alpha 0
Then log out and log in again.
Open Terminal and run the following command first to allow custom alpha values for Ubuntu dock
gsettings set org.gnome.shell.extensions.dash-to-dock customize-alphas true
Then run the following to set the minimum alpha value (i.e. when a window is not maximised or touching the top-bar or dock)
gsettings set org.gnome.shell.extensions.dash-to-dock min-alpha 0
Finally, if you want, run the following to set the maximum alpha value (i.e. when a window is maximised)
gsettings set org.gnome.shell.extensions.dash-to-dock max-alpha 0
Then log out and log in again.
answered May 3 at 1:50
pomsky
21.3k76594
21.3k76594
If this doesn't work, use thedconf-editorto edit this options via a graphical user interface
â saitam
Aug 8 at 21:06
add a comment |Â
If this doesn't work, use thedconf-editorto edit this options via a graphical user interface
â saitam
Aug 8 at 21:06
If this doesn't work, use the
dconf-editor to edit this options via a graphical user interfaceâ saitam
Aug 8 at 21:06
If this doesn't work, use the
dconf-editor to edit this options via a graphical user interfaceâ saitam
Aug 8 at 21:06
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1031334%2ffull-transparency-on-ubuntu-18-04-dock%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password