Skip to content

Instantly share code, notes, and snippets.

@panther03
Created March 31, 2019 04:28
Show Gist options
  • Save panther03/f2a11b0d989200a87a87dbef44f304b1 to your computer and use it in GitHub Desktop.
Save panther03/f2a11b0d989200a87a87dbef44f304b1 to your computer and use it in GitHub Desktop.
Rootbar conf
#2b303b
#c0c5ce
#ebcb8b
#a3be8c
#8fa1b3
#b48ead
#96b5b4
#c0c5ce
#2b303b
#bf616a
#a3be8c
#ebcb8b
#8fa1b3
#b48ead
#96b5b4
#eff1f5
window {
background-color: rgba(--rootbar-rgb-color8,1.0);
color: --rootbar-color4;
font-family: "Luxi Sans";
font-size: 12px;
font-weight: 400;
border-top: 2px solid --rootbar-color9;
}
#center,#left,#right {
padding-top: 7px;
padding-bottom: 5px;
}
label {
padding-left: 8px;
padding-right: 8px;
background-color: rgba(0,0,0,0.1);
border-radius: 5px;
border: 2px solid --rootbar-color12;
}
#workspace, #notif{
margin-left: 20px;
}
.workspace {
margin-left: 4px;
font-family: "Font Awesome 5 Free";
}
#workspace-focused {
border: 2px solid --rootbar-color9;
color: --rootbar-color9;
}
#workspace-visible {
border: 2px solid --rootbar-color12;
color: --rootbar-color12;
}
#c4 {
margin-right: 0px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-left: 0px;
}
#c1,#c2,#c3 {
margin-right: -20px;
border-right: 0px;
border-left: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
}
#tot {
margin-right: 00px;
}
#memory {
margin-right: 0px;
}
bars=primary,secondary
primary-output=DP-3
secondary-output=HDMI-A-1
stylesheet=new.css
colors=colors
primary-interval=100
primary-location=bottom
primary-plugins=window,workspace,clock,memory,tot
secondary-interval=100
secondary-location=bottom
secondary-plugins=window,workspace,clock,memory,tot
tot-dso=cpu
tot-format=CPU: %u%s
tot-position=right
tot-interval=500
c1-dso=cpu
c1-format=%u%s
c1-position=right
c1-interval=100
c1-core=0
c2-dso=cpu
c2-format=%u%s
c2-position=right
c2-interval=100
c2-core=1
c3-dso=cpu
c3-format=%u%s
c3-position=right
c3-interval=100
c3-core=2
c4-dso=cpu
c4-format=%u%s
c4-position=right
c4-interval=100
c4-core=3
memory-dso=memory
memory-format=Mem: %.0f%s
memory-percent=true
memory-padding=0
clock-dso=clock
clock-length=50
clock-format=%b %e | %I:%M %p
window-dso=window
window-position=center
window-length=50
workspace-dso=workspace
workspace-position=left
workspace-show_all=false
workspace-padding=0
notif-dso=notification
notif-format=%s | %s: %s
notif-display=app_name,summary,body
notif-position=left
notif-length=53
notif-padding=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment