hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

style.css (1048B)


      1 * {
      2   border: none;
      3   border-radius: 0;
      4   font-family: monospace;
      5   font-size: 14px;
      6 }
      7 
      8 #waybar {
      9   color: #fbf1c7 ;
     10   background: #282828 ;
     11 }
     12 
     13 tooltip {
     14   background: rgba(40,40,40,0.8);
     15   border: #83a598 2px solid;
     16 }
     17 
     18 #workspaces { margin-left: 1px; }
     19 
     20 #workspaces button {
     21   color: #928374 ;
     22   padding-right: 0px;
     23 }
     24 
     25 #workspaces button.active { color: #fbf1c7 ; }
     26 
     27 #custom-recording   { margin-right: 15px; }
     28 #custom-tasks       { margin-right: 15px; }
     29 #custom-music       { margin-right: 15px; }
     30 #custom-packages    { margin-right: 15px; }
     31 #custom-news        { margin-right: 15px; }
     32 #custom-torrent     { margin-right: 15px; }
     33 #custom-memory      { margin-right: 15px; }
     34 #custom-forecast    { margin-right: 15px; }
     35 #custom-mailbox     { margin-right: 15px; }
     36 
     37 #custom-nettraf {
     38   min-width: 120px;
     39   margin-right: 15px;
     40 }
     41 
     42 #custom-microphone  { margin-right: 15px; }
     43 #custom-volume      { margin-right: 15px; }
     44 #custom-clock       { margin-right: 15px; }
     45 #custom-internet    { margin-right: 15px; }
     46 #tray               { margin-right: 15px; }