mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 14:51:56 +01:00
border radius adjustments
This commit is contained in:
parent
356e9ea58b
commit
d10c821a02
@ -217,7 +217,7 @@ preview_images: true
|
||||
#
|
||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||
background_opacity: 0.95
|
||||
background_opacity: 0.75
|
||||
|
||||
# Mouse bindings
|
||||
#
|
||||
|
@ -21,7 +21,7 @@ set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
|
||||
|
||||
### Output configuration
|
||||
#output * bg /home/nick/Pictures/VEU9Nr4.png fill
|
||||
output * bg /home/nick/Pictures/eyohsf22z2551.jpg fill
|
||||
output * bg /home/nick/Pictures/Starry\ Sky\ wallpapers\ Snowy\ Mountain\ Starry\ Sky\ stock\ photos.jpg fill
|
||||
|
||||
### Gnome settings
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
|
@ -1,4 +1,4 @@
|
||||
image=/home/nick/Pictures/cf863cb7189443c5782ae6b0519d863f.jpg
|
||||
image=/home/nick/Pictures/Starry\ Sky\ wallpapers\ Snowy\ Mountain\ Starry\ Sky\ stock\ photos.jpg
|
||||
font=Roboto
|
||||
indicator-radius=200
|
||||
indicator-thickness=30
|
||||
|
@ -7,9 +7,9 @@
|
||||
"margin-left": 10,
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode",
|
||||
"custom/separator",
|
||||
"idle_inhibitor"
|
||||
"idle_inhibitor",
|
||||
"sway/mode"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock",
|
||||
@ -148,6 +148,7 @@
|
||||
},
|
||||
"custom/separator": {
|
||||
"format": "",
|
||||
//"rotate": 90,
|
||||
"tooltip": false
|
||||
}
|
||||
},
|
||||
|
@ -8,11 +8,12 @@ window.eDP-1 * {
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(59,66,82, 0);
|
||||
color: #d8dee9;
|
||||
background: none;
|
||||
}
|
||||
|
||||
#custom-pacman,
|
||||
#custom-separator,
|
||||
#pulseaudio,
|
||||
#memory,
|
||||
#disk.2,
|
||||
@ -39,33 +40,36 @@ window#waybar {
|
||||
#custom-separator,
|
||||
#taskbar,
|
||||
#tray {
|
||||
background: #3b4252;
|
||||
background: #4c566a;
|
||||
padding: 0px 7px 0px 7px;
|
||||
text-shadow: 1px 1px 1px #2e3440;
|
||||
border-radius: 4px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#custom-separator {
|
||||
color: #3b4252;
|
||||
/*text-shadow: 1px 1px 1px #4c566a;*/
|
||||
color: #4c566a;
|
||||
text-shadow: none;
|
||||
background: none;
|
||||
padding: 0px;
|
||||
/*opacity: 0;*/
|
||||
}
|
||||
|
||||
#mode {
|
||||
margin-left: 5px;
|
||||
background: #bf616a;
|
||||
border-radius: 4px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#disk.1,
|
||||
#memory {
|
||||
padding-right: 3px;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
#disk.2,
|
||||
#custom-swap {
|
||||
padding-left: 3px;
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
@ -92,7 +96,7 @@ window#waybar {
|
||||
}
|
||||
#workspaces button {
|
||||
padding: 0px 5px 0px 5px;
|
||||
border-radius: 4px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
background: #81a1c1;
|
||||
@ -103,7 +107,7 @@ window#waybar {
|
||||
margin-left: 5px;
|
||||
}
|
||||
#taskbar button {
|
||||
border-radius: 4px;
|
||||
border-radius: 5px;
|
||||
padding-right: 3px;
|
||||
text-shadow: 1px 1px 1px #2e3440;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user