cosmetics
This commit is contained in:
parent
32251a4b45
commit
2ddcabb376
4 changed files with 14 additions and 17 deletions
|
@ -1,39 +1,33 @@
|
|||
{
|
||||
// -------------------------------------------------------------------------
|
||||
// Global configuration
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
"layer": "top",
|
||||
|
||||
"position": "top",
|
||||
|
||||
// If height property would be not present, it'd be calculated dynamically
|
||||
"height": 30,
|
||||
"height": 20,
|
||||
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode"
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"sway/window"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"network",
|
||||
"memory",
|
||||
"cpu",
|
||||
"temperature",
|
||||
"custom/keyboard-layout",
|
||||
"battery",
|
||||
"tray",
|
||||
"pulseaudio",
|
||||
"clock#date",
|
||||
"clock#time"
|
||||
],
|
||||
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Modules
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
"battery": {
|
||||
"interval": 10,
|
||||
"states": {
|
||||
|
@ -56,7 +50,7 @@
|
|||
|
||||
"clock#time": {
|
||||
"interval": 1,
|
||||
"format": "{:%H:%M:%S}",
|
||||
"format": "{:%H:%M}",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
background: #323232;
|
||||
color: white;
|
||||
font-family: Cantarell, Noto Sans, sans-serif;
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* Each module */
|
||||
|
|
|
@ -19,12 +19,12 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
zoom-us
|
||||
mindforger
|
||||
zoom-us ssb-patchwork
|
||||
passff-host
|
||||
gnome3.gnome-screenshot gsettings-desktop-schemas
|
||||
apvlv xidlehook
|
||||
fontconfig xclip gimp glxinfo
|
||||
mindforger
|
||||
evince signal-desktop
|
||||
vlc
|
||||
jetbrains.goland jetbrains.clion jetbrains.idea-ultimate android-studio
|
||||
|
|
|
@ -31,18 +31,21 @@ in
|
|||
wrapperFeatures.base = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
|
||||
extraConfig = ''
|
||||
'';
|
||||
config = {
|
||||
modifier = "${mod}";
|
||||
menu = "${pkgs.wofi}/bin/wofi --show drun,run";
|
||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||
workspaceLayout = "tabbed";
|
||||
window = {
|
||||
hideEdgeBorders = "both";
|
||||
titlebar = false;
|
||||
};
|
||||
bars = [
|
||||
{
|
||||
position = "top";
|
||||
colors.background= "#002b36";
|
||||
fonts = [ "Fira Code Nerd Font 10" ];
|
||||
command = "${pkgs.waybar}/bin/waybar";
|
||||
trayOutput = "primary";
|
||||
}
|
||||
];
|
||||
startup = [
|
||||
|
|
Loading…
Reference in a new issue