New Termianls

This commit is contained in:
OdiousImp2604
2021-02-04 13:19:46 +00:00
committed by GitHub
parent 8cd1f75dcb
commit c6796b1ff6
13 changed files with 164 additions and 11 deletions

View File

@@ -89,6 +89,13 @@
"format-disconnected": "⚠ Disconnected",
"tooltip-format": "{ifname}: {ipaddr}"
},
"network#vpn": {
"interface": "tun0",
"format": "嬨 {essid} ({signalStrength}%)",
"format-disconnected": "⚠ Disconnected",
"tooltip-format": "{ifname}: {ipaddr}/{cidr}",
"on-click": "nm-connection-editor"
},
"sway/mode": {
"format": "{}",
@@ -108,9 +115,9 @@
//"format":"{icon}",
"format-icons": {
"1": "",
"2": "",
"2": "",
"3": "",
"4": "",
"4": "",
}
},
"pulseaudio": {
@@ -128,7 +135,7 @@
"phone": "",
"portable": "",
"car": "",
"default": [""]
"default": [""]
},
"on-click": "pavucontrol",
"on-scroll-up": "pamixer -ui 2",
@@ -182,7 +189,7 @@
},
"custom/power": {
"format":"",
"format":"",
"on-click": "exec ~/.config/waybar/scripts/power-menu.sh",
"tooltip": false,
},

23
.config/waybar/gruv.css Normal file
View File

@@ -0,0 +1,23 @@
/*
*
* Base16 Gruvbox dark, soft
* Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
*
*/
@define-color base00 #32302f;
@define-color base01 #3c3836;
@define-color base02 #504945;
@define-color base03 #665c54;
@define-color base04 #bdae93;
@define-color base05 #d5c4a1;
@define-color base06 #ebdbb2;
@define-color base07 #fbf1c7;
@define-color base08 #fb4934;
@define-color base09 #fe8019;
@define-color base0A #fabd2f;
@define-color base0B #b8bb26;
@define-color base0C #8ec07c;
@define-color base0D #83a598;
@define-color base0E #d3869b;
@define-color base0F #d65d0e;

25
.config/waybar/nord.css Normal file
View File

@@ -0,0 +1,25 @@
/*
*
* Base16 Nord
* Author: arcticicestudio
*
*/
@define-color base10 #353B49;
@define-color base00 #2e3440;
@define-color base01 #3b4252;
@define-color base02 #434c5e;
@define-color base03 #4c566a;
@define-color base04 #d8dee9;
@define-color base05 #e5e9f0;
@define-color base06 #eceff4;
@define-color base07 #a4c3b9;
@define-color base08 #7ca4b4;
@define-color base09 #67788b;
@define-color base0A #78a7c5;
@define-color base0B #bf616a;
@define-color base0B-light #c57078;
@define-color base0C #d08770;
@define-color base0D #ebcb8b;
@define-color base0E #c1dbae;
@define-color base0F #b48ead;

View File

@@ -0,0 +1,11 @@
#!/bin/bash
pid=`pgrep wf-recorder`
status=$?
if [ $status != 0 ]
then
echo '{"class": "nothing"}'
else
echo '{"class": "recording"}'
fi;

View File

@@ -159,6 +159,9 @@ Arc-Dark Color Scheme
font-weight: bold;
}
#workspaces{
font-size:15px;
}
#workspaces button {
border-bottom: 3px solid transparent;
margin-bottom: 0px;