ajout d'interstices et bords arrondis a la barre
This commit is contained in:
@@ -30,6 +30,7 @@ output * bg /home/thomas/Pictures/tux-mogging-win11.jpg stretch
|
|||||||
#
|
#
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
#
|
#
|
||||||
|
output eDP-1 scale 2
|
||||||
output eDP-1 resolution 2256x1504 position 0,0
|
output eDP-1 resolution 2256x1504 position 0,0
|
||||||
#
|
#
|
||||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||||
@@ -226,3 +227,5 @@ bindsym $mod+r mode "resize"
|
|||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
|
gaps inner 5
|
||||||
|
gaps outer 10
|
||||||
|
|||||||
@@ -2,9 +2,24 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"modules-left": ["sway/workspaces"],
|
"modules-left": ["sway/workspaces"],
|
||||||
"modules-center": ["clock"],
|
"modules-center" : ["cpu", "memory", "disk", "pulseaudio", "battery", "network"],
|
||||||
"modules-right" : ["pulseaudio", "battery"],
|
"modules-right": ["clock"],
|
||||||
|
"cpu": {
|
||||||
|
"format": "[CPU : {avg_frequency}%]"
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"format": "[RAM : {percentage}%]"
|
||||||
|
},
|
||||||
|
"disk": {
|
||||||
|
"format": "[Disk : {percentage_used}%]"
|
||||||
|
},
|
||||||
|
"pulseaudio":{
|
||||||
|
"format": "[Vol : {volume}%]"
|
||||||
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "[BAT : {capacity}%]"
|
"format": "[BAT : {capacity}%]"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"format": "[Net : {bandwidthTotalBytes}]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
* {
|
* {
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-right: 5px;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar{
|
window#waybar{
|
||||||
|
border-radius: 20px 20px 20px 20px;
|
||||||
background: grey;
|
background: grey;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
@@ -12,6 +15,6 @@ window#waybar{
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button{
|
#workspaces button:hover{
|
||||||
color: block;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user