switched to arch, changed up the waybar config
This commit is contained in:
39
desktop.org
39
desktop.org
@@ -42,7 +42,7 @@ bindsym $mod+Ctrl+g exec grimshot save window
|
||||
#+end_src
|
||||
*** Opacity
|
||||
#+begin_src shell :tangle ~/dotfiles/.config/sway/config :mkdirp yes
|
||||
set $opacity 0.95
|
||||
set $opacity 0.90
|
||||
for_window [class=".*"] opacity $opacity
|
||||
for_window [app_id=".*"] opacity $opacity
|
||||
#+end_src
|
||||
@@ -354,7 +354,7 @@ show-failed-attempts
|
||||
{
|
||||
"layer": "top", // Waybar at top layer
|
||||
"position": "top", // Waybar at the bottom of your screen
|
||||
"height": 25, // Waybar height
|
||||
"height": 35, // Waybar height
|
||||
"modules-left": ["sway/workspaces"],
|
||||
"modules-center": ["clock", "backlight"],
|
||||
"modules-right": ["pulseaudio", "network", "battery", "tray"],
|
||||
@@ -400,11 +400,11 @@ show-failed-attempts
|
||||
"format-full": "<span size='large' rise='-1600'></span> Full",
|
||||
"format-charging": "<span size='large' rise='-1600'></span> {capacity}% "
|
||||
},
|
||||
|
||||
|
||||
"network": {
|
||||
"interval": 5,
|
||||
"format-wifi": "<span size='large' rise='-1000'></span> {essid}",
|
||||
"format-ethernet": "<span size='large' rise='-1000'></span> {ifname}",
|
||||
"format-ethernet": "<span size='large' rise='-1000'></span> {ifname}",
|
||||
"format-disconnected": "",
|
||||
"on-click": "nm-applet",
|
||||
"tooltip-format-wifi": "{essid}:{signalStrength}\nSpeed:{bandwidthDownBits} \n{ipaddr}"
|
||||
@@ -426,8 +426,7 @@ show-failed-attempts
|
||||
},
|
||||
"backlight": {
|
||||
"device": "intel_backlight",
|
||||
"format": "",
|
||||
"format": "<span size='large' rise='-1600'>{icon}</span>",
|
||||
"format": "",
|
||||
"format-icons": ["", ""],
|
||||
// "on-scroll-up": "brightnessctl set 1%+",
|
||||
// "on-scroll-down": "brightnessctl set 1%-",
|
||||
@@ -446,14 +445,15 @@ show-failed-attempts
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
opacity: 0.7;
|
||||
background: #000000;
|
||||
color: #bebebe;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: #bebebe;
|
||||
background: transparent;
|
||||
padding: 0px 5px 0 5px;
|
||||
padding: 0px 5px 0px 5px;
|
||||
margin: 5px 10px 0 10px;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
@@ -462,7 +462,7 @@ window#waybar {
|
||||
}
|
||||
#workspaces button.urgent{
|
||||
margin: 5px 10px 0 10px;
|
||||
padding: 1px 8px 1px 8px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
@@ -480,21 +480,21 @@ window#waybar {
|
||||
#battery{
|
||||
margin:7px 4px 0 4px;
|
||||
border-radius: 5px;
|
||||
padding: 3px 8px 0px 8px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
}
|
||||
|
||||
#network {
|
||||
margin:7px 4px 0 4px;
|
||||
border-radius: 6px;
|
||||
padding: 3px 8px 0px 8px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
}
|
||||
|
||||
|
||||
@keyframes critical {
|
||||
to {
|
||||
background: rgba(187,56,0, 1);
|
||||
border-radius: 7px;
|
||||
margin:7px 4px 0 4px;
|
||||
padding: 3px 8px 0px 8px;
|
||||
padding: 3px 8px 2px 8px;
|
||||
}
|
||||
}
|
||||
@keyframes urgent {
|
||||
@@ -520,7 +520,7 @@ window#waybar {
|
||||
font-family: Manjari;
|
||||
font-size: 16.5px;
|
||||
border-radius: 6px;
|
||||
padding: 4px 6px 0px 0px;
|
||||
padding: 3px 6px 2px 0px;
|
||||
}
|
||||
|
||||
#clock:hover {
|
||||
@@ -531,27 +531,27 @@ window#waybar {
|
||||
#backlight {
|
||||
margin:7px 4px 0 4px;
|
||||
border-radius: 5px;
|
||||
padding: 3px 8px 0px 8px;
|
||||
padding: 3px 8px 2px 8px;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
margin:7px 4px 0 4px;
|
||||
border-radius: 5px;
|
||||
padding: 3px 8px 0px 8px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
}
|
||||
|
||||
|
||||
#tray {
|
||||
margin: 7px 15px 0 4px;
|
||||
background: rgba(40,40,40, .65);
|
||||
border-radius: 6px;
|
||||
padding: 1px 5px 1px 5px;
|
||||
padding: 0px 5px 0px 5px;
|
||||
}
|
||||
#+end_src
|
||||
* Wofi
|
||||
*** wofi/config
|
||||
#+begin_src shell :tangle ~/dotfiles/.config/wofi/config :mkdirp yes
|
||||
style=/home/opal/dotfiles/.config/wofi/style.css
|
||||
show=run
|
||||
show=drun
|
||||
width=500
|
||||
height=300
|
||||
always_parse_args=true
|
||||
@@ -697,6 +697,7 @@ export XDG_DATA_HOME=~/.local/share
|
||||
export XDG_STATE_HOME=~/.config/zsh
|
||||
export EDITOR=vim
|
||||
export VISUAL=vim
|
||||
export XDG_CURRENT_DESKTOP=Unity
|
||||
xmodmap ~/.config/xmodmap/xmodmap
|
||||
#+end_src
|
||||
** zshenv
|
||||
|
||||
Reference in New Issue
Block a user