Skip to content

Commit

Permalink
New leftbar added
Browse files Browse the repository at this point in the history
  • Loading branch information
winters0x64 committed Oct 4, 2023
1 parent b68cf8e commit 136550b
Show file tree
Hide file tree
Showing 25 changed files with 831 additions and 261 deletions.
229 changes: 3 additions & 226 deletions eww/eww.scss
Original file line number Diff line number Diff line change
@@ -1,227 +1,4 @@
$carbon: #161616;
$black: #000000;
$white: #ffffff;
$bright_pink: #ee5396;
$green: #42be65;
$dark_grey: #262626;
$cyan: #3ddbd9;
$blue: #33b1ff;
$light_grey: #525252;
$yellow: #ffe97b;
$magenta: #ff7eb6;
@import './scss/colors';
@import './scss/bar.scss';
@import './scss/coldx.scss';

* {
all: unset;
}

.bar{
background-color: $black;
border-radius: 16px;
}

.bar_ {
font-family:"DaddyTimeMono";
font-size: 15px;
color: $white;
border-radius: 16px;
background-color: $black;
border: 3px;
border-style: solid;
border-color: $bright_pink;
}

.workspace-entry {
font-size: 20px;
padding-left: 10px;
color: $white;
}

.workspace-entry.current {
color: $white;
}

.time {
padding-right: 10px;
padding-left: 10px;
}

.bat {
padding-right: 10px;
color: $green;
}
.volume {
padding-right: 10px;
padding-left: 10px;
color: $white;
}

.volbar trough highlight {
border-radius: 10px;
background-color: $cyan;

}

scale trough {
all: unset;
background-color: #22242b;
border-radius: 16px;
min-height: 10px;
min-width: 70px;
margin-left: 10px;
}

.volume_icon{
font-size: 25px;
}

.brightbar trough highlight {
border-radius: 10px;
background-color: $yellow;
}

.bright_icon {
font-size: 25px;
}

.backlight {
padding-right: 10px;
padding-left: 10px;
}

.wifi {
padding-left: 10px;
padding-right: 10px;
}

.wifi_btn{
font-size: 25px;
}

.clock_time_class, .clock_minute_class {
font-size: 23;
}

.clock_time_sep {
font-size: 20;
}

// Calendar
.cal {
background-color: $black;
font-size: 18px;
font-weight: normal;
border-radius: 16px;

.cal-in {
padding: 0px 10px 0px 10px;
color: $white;
border: 3px;
border-color: $bright_pink;
border-style: solid;
border-radius: 16px;

.cal {
&.highlight {
padding: 20px;
}

padding: 5px 5px 5px 5px;
margin-left: 10px;
}
}
}

calender {
color: $bright_pink;

}
calendar:selected {
color: $bright_pink;
}

calendar.header {
color: $white;
font-weight: bold;
}

calendar.button {
color: $white;
}

calendar.highlight {
color: $white;
font-weight: bold;
}

calendar:indeterminate {
color: $white;
}

.batbar {
color: $green;
background-color: $dark_grey;
border-radius: 10px;
}

.bat {
border-radius: 16px;
margin: 0px 10px 0px 10px;
}

.iconbat{
font-size: 25px;
color: $black;
margin: 5px;
}


tooltip.background {
background-color: $black;
font-size: 18;
border-radius: 10px;
color: $white;
border: 3px;
border-radius: 16px;
border-color: $bright_pink;
border-style: solid;
}

tooltip label {
margin: 6px;
}

.membar {
color: $yellow;
background-color: $dark_grey;
border-radius: 10px;
}

.mem {
border-radius: 16px;
margin: 0px 10px 0px 10px;
}

.iconmem{
font-size: 25px;
color: $black;
margin: 5px;
}

.separ {
color: $light_grey;
font-weight: bold;
font-size: 22px;
margin: 0px 8px 0px 8px;
}

.title {
font-size: 18px;
}

.ws-box {
color: $white;
}

.ws-icons{
padding: 5px;
}
2 changes: 1 addition & 1 deletion eww/eww.yuck
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(include "yuck/bar.yuck")
(include "yuck/menu.yuck")
(include "yuck/coldx.yuck")
25 changes: 25 additions & 0 deletions eww/scripts/coldx_launch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#!/bin/bash

## window list
w_ls="
coldx \
profile_window \
power_menu \
music_window \
cpu_window \
launcher_window \
qoutes_window \
"
## Run eww daemon if not running already
if [[ ! `pidof eww` ]]; then
eww daemon
sleep 1
fi


## Open widgets
run_eww() {
eww open-many --toggle $w_ls
}

run_eww
9 changes: 6 additions & 3 deletions eww/scripts/inst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ apps_install() {
separator
echo "[+] Here's a list of apps/dependencies that will be installed as part of User apps"
separator
echo "[+] Installing...nvim,foot,hyprland,hyprpaper,ttf-hack-nerd,eww-wayland,jq,socat,node,npm,google-chrome,fuzzel,swaylock-effects,discord,bleachbit,otf-daddttimemono-git"
echo "[+] bleachbit,zathura,zathura-pdf-mupdf,btop,dunst"
echo "[+] Installing...nvim,foot,hyprland,hyprpaper,ttf-hack-nerd,eww-wayland,jq,socat,node,npm,google-chrome,fuzzel,swaylock-effects,discord,bleachbit,otf-daddttimemono-git,code(extensions installed through vsix file)
btop,qt5-wayland,qt6-wayland,xdg-desktop-portal-hyprland,xdg-desktop-portal-gtk,nwg-look,phocus-gtk-theme-git
ttf-jetbrains-mono-nerd"
echo "[+] bleachbit,zathura,zathura-pdf-mupdf,btop,dunst,playerctl"
yay -S --needed --noconfirm nvim foot hyprland hyprpaper ttf-hack-nerd eww-wayland jq socat node npm google-chrome fuzzel swaylock-effects discord bleachbit otf-daddttimemono-git
yay -S --needed --noconfirm bleachbit zathura zathura-pdf-mupdf btopi dunst
yay -S --needed --noconfirm bleachbit zathura zathura-pdf-mupdf btop dunst qt5-wayland qt6-wayland xdg-desktop-portal-hyprland xdg-desktop-portal-gtk nwg-look phocus-gtk-theme-git
yay -S --needed --noconfirm ttf-jetbrains-mono-nerd playerctl
separator
echo "[+] Here's a list of apps/dependencies that will be installed as part of Web exploitation"
separator
Expand Down
Loading

0 comments on commit 136550b

Please sign in to comment.